Commit 5e006507 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 00b03957
...@@ -91,7 +91,7 @@ void quantize_ins(program& prog, const std::vector<std::string>& ins_names) ...@@ -91,7 +91,7 @@ void quantize_ins(program& prog, const std::vector<std::string>& ins_names)
{ {
auto op = ins->get_operator(); auto op = ins->get_operator();
auto ins_shape = compute_shape(op, converted_inputs); auto ins_shape = compute_shape(op, converted_inputs);
if (ins_shape.type() != orig_type) if(ins_shape.type() != orig_type)
{ {
// insert another fp_conversion instruction to convert it back // insert another fp_conversion instruction to convert it back
if(ins == std::prev(prog.end())) if(ins == std::prev(prog.end()))
......
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