"vscode:/vscode.git/clone" did not exist on "e1f7cf57dc58a7c7ff7a7f84707891dcda72427f"
Commit eeda0606 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 1ea07f5a
...@@ -294,7 +294,6 @@ struct onnx_parser ...@@ -294,7 +294,6 @@ struct onnx_parser
return prog.add_instruction(op::argmin{axis}, std::move(args)); return prog.add_instruction(op::argmin{axis}, std::move(args));
} }
instruction_ref instruction_ref
parse_conv(const std::string&, attribute_map attributes, std::vector<instruction_ref> args) parse_conv(const std::string&, attribute_map attributes, 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