Commit 6a04a953 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 48b895c9
......@@ -53,7 +53,8 @@ void quantize(program& prog, const std::vector<std::string>& ins_names)
// if the input is a convert operator, uses its input
// as its current input
instruction_ref input_fp16{};
if(input->name() == "convert" and input->inputs().front()->get_shape().type() == shape::half_type)
if(input->name() == "convert" and
input->inputs().front()->get_shape().type() == shape::half_type)
{
input_fp16 = input->inputs().front();
}
......
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