Commit 46d0376f authored by Nishant Patel's avatar Nishant Patel Committed by Robert Kimball

Fix call to reference quantize (#1944)

parent 95e5279a
......@@ -4824,7 +4824,7 @@ namespace ngraph
writer << " {" << join(args[0].get_shape()) << "},\n";
writer << " {" << join(args[1].get_shape()) << "},\n";
writer << " {" << join(quantize->get_axes()) << "},\n";
writer << " static_cast<op::Quantize::RoundMode>("
writer << " static_cast<ngraph::op::Quantize::RoundMode>("
<< static_cast<int>(quantize->get_round_mode()) << "));\n";
}
}
......
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