Commit da2f772a authored by Paul's avatar Paul
Browse files

Fix typo

parent 628724c7
......@@ -98,7 +98,7 @@ struct onnx_parser
{
ops.emplace(name, [this, x](attribute_map attributes, std::vector<instruction_ref> args) {
if(args.size() != 2)
MIGRAPH_THROW("binaGry operators should have 2 operands");
MIGRAPH_THROW("binary operators should have 2 operands");
if(contains(attributes, "broadcast"))
{
uint64_t broadcasted = parse_value(attributes.at("broadcast")).at<uint64_t>();
......
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