Commit 69715eab authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 8fbb7af9
......@@ -179,7 +179,8 @@ struct find_mlir_op
}
top_inputs.push_back(input);
instruction_ref prev_input =
mm->add_parameter("y" + std::to_string(input_cnt++), {input->get_shape().type(), input->get_shape().lens()});
mm->add_parameter("y" + std::to_string(input_cnt++),
{input->get_shape().type(), input->get_shape().lens()});
for(const auto& op : reverse(op_stream))
{
prev_input = mm->add_instruction(op, {prev_input});
......
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