Commit c74767b1 authored by Paul's avatar Paul
Browse files

Formatting

parent c6d84856
......@@ -148,7 +148,8 @@ struct onnx_parser
auto l0 = prog.add_instruction(op::multibroadcast{output_lens}, args[0]);
auto l1 = prog.add_instruction(op::multibroadcast{output_lens}, args[1]);
return prog.add_instruction(x, l0, l1);
} else
}
else
{
return prog.add_instruction(x, args);
}
......
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