Commit 2bd076e4 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix a cppcheck error

parent 79ecf695
......@@ -968,7 +968,7 @@ struct onnx_parser
}
instruction_ref
parse_expand(const std::string&, const attribute_map, std::vector<instruction_ref> args)
parse_expand(const std::string&, const attribute_map&, std::vector<instruction_ref> args)
{
auto in_lens = args[0]->get_shape().lens();
migraphx::argument arg_s = args[1]->eval();
......
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