Commit b51f960f authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 4c75e7fa
......@@ -77,7 +77,7 @@ instruction_ref insert_quant_ins(program& prog,
auto rounded_ins = prog.insert_instruction(insert_loc, op::round{}, shifted_ins);
auto clipped_ins =
prog.insert_instruction(insert_loc, op::clip{127.0f, -128.0f}, rounded_ins);
quant_ins = prog.insert_instruction(insert_loc, op::convert{type}, clipped_ins);
quant_ins = prog.insert_instruction(insert_loc, op::convert{type}, clipped_ins);
}
else
{
......@@ -299,7 +299,7 @@ void quantize_int8(program& prog,
// relative rounding error
else
{
if (converted_inputs.size() == 3)
if(converted_inputs.size() == 3)
{
converted_inputs.pop_back();
}
......
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