Commit 54cbce68 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 675d3b5b
......@@ -369,7 +369,8 @@ void quantize_int8(program& prog,
ins,
op::quant_convolution{padding, stride, dilation, padding_mode, group},
converted_inputs);
auto fp_conv = prog.insert_instruction(ins, op::convert{shape::float_type, adjust_factor, 0.0f}, quant_conv);
auto fp_conv = prog.insert_instruction(
ins, op::convert{shape::float_type, adjust_factor, 0.0f}, quant_conv);
prog.replace_instruction(ins, op::convert{orig_type, 1.0f, 0.0f}, fp_conv);
}
else
......
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