Commit f6a49b70 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 557aafa0
...@@ -275,7 +275,7 @@ struct onnx_parser ...@@ -275,7 +275,7 @@ struct onnx_parser
return prog.add_instruction(Op{axis}, std::move(args)); return prog.add_instruction(Op{axis}, std::move(args));
} }
template<class Op> template <class Op>
instruction_ref parse_arg_op(const std::string&, instruction_ref parse_arg_op(const std::string&,
const attribute_map& attributes, const attribute_map& attributes,
std::vector<instruction_ref> args) std::vector<instruction_ref> 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