Commit 69c5c485 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent acfd1369
......@@ -62,7 +62,7 @@ argument miopen_quant_gemm::compute(context& ctx,
const std::vector<argument>& args) const
{
bool is_3inputs = (args.size() == 4);
int8_t beta = 0;
int8_t beta = 0;
if(is_3inputs)
{
beta = op.beta;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment