"magic_pdf/vscode:/vscode.git/clone" did not exist on "795233d1bb11867288e0767b9ea246c93dc79370"
Commit aa1844fc authored by Paul's avatar Paul
Browse files

Formatting

parent 36464c0c
......@@ -355,7 +355,7 @@ struct onnx_parser
if(args.size() == 2)
{
literal s = args[1]->eval();
if (s.empty())
if(s.empty())
MIGRAPHX_THROW("Dynamic shape is not supported.");
s.visit([&](auto v) { copy(v, std::back_inserter(op.dims)); });
}
......
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