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

clang format

parent 00b03957
......@@ -89,9 +89,9 @@ void quantize_ins(program& prog, const std::vector<std::string>& ins_names)
if(inputs != converted_inputs)
{
auto op = ins->get_operator();
auto op = ins->get_operator();
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
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