Commit 220141e7 authored by Paul's avatar Paul
Browse files

Formatting

parent a6e0400d
...@@ -1149,7 +1149,7 @@ struct onnx_parser ...@@ -1149,7 +1149,7 @@ struct onnx_parser
instructions[name] = prog.add_parameter(name, s); instructions[name] = prog.add_parameter(name, s);
} }
} }
for(auto&& output:graph.output()) for(auto&& output : graph.output())
{ {
this->parse_node(output.name()); this->parse_node(output.name());
} }
......
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