"vscode:/vscode.git/clone" did not exist on "85b5fc4204046cf619aa1f7d22a74095b18b9025"
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
{
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"))
{
......
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