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

fixed a cppcheck error

parent bba1580b
...@@ -867,7 +867,7 @@ struct onnx_parser ...@@ -867,7 +867,7 @@ struct onnx_parser
{ {
dtype = parse_value(attributes.at("dtype")).at<int>(); dtype = parse_value(attributes.at("dtype")).at<int>();
} }
migraphx::shape::type_t type = get_type(dtype); shape::type_t type = get_type(dtype);
if(contains(attributes, "input_as_shape")) if(contains(attributes, "input_as_shape"))
{ {
......
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