Commit 653ebdd2 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

tidy

parent d1239978
......@@ -412,7 +412,7 @@ struct parse_resize : op_parser<parse_resize>
}
}
}
if(out_lens.size() == 0)
if(out_lens.empty())
MIGRAPHX_THROW("PARSE_" + opd.onnx_name +
": no input was given for scale or output size");
......
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