"test/ref_ops_test.cpp" did not exist on "a023ec19fa7dd7fea0e3dedcdc02892c4efd309d"
Commit fb5ffc39 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix a cppcheck error

parent 09f7ee54
...@@ -519,7 +519,7 @@ struct onnx_parser ...@@ -519,7 +519,7 @@ struct onnx_parser
} }
instruction_ref instruction_ref
parse_matmul(const std::string&, attribute_map, std::vector<instruction_ref> args) parse_matmul(const std::string&, const attribute_map&, std::vector<instruction_ref> args)
{ {
auto l0 = args[0]; auto l0 = args[0];
auto l1 = args[1]; auto l1 = args[1];
......
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