Commit ae50d4a5 authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent db09d618
...@@ -377,7 +377,7 @@ onnx_parser::parse_graph(module* mod, const onnx::GraphProto& graph, bool inlini ...@@ -377,7 +377,7 @@ onnx_parser::parse_graph(module* mod, const onnx::GraphProto& graph, bool inlini
if(enabled(MIGRAPHX_REMOVE_LAST_OUTPUT{}) and output_ins.size() > 1) if(enabled(MIGRAPHX_REMOVE_LAST_OUTPUT{}) and output_ins.size() > 1)
output_ins.pop_back(); output_ins.pop_back();
if(not inlining) if(not inlining)
{ {
// add the return instuction // add the return instuction
......
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