Commit 1f40faf2 authored by nishant.b.patel's avatar nishant.b.patel

Onnx conv integer tests passing

parent cc91eecf
...@@ -76,9 +76,9 @@ namespace ngraph ...@@ -76,9 +76,9 @@ namespace ngraph
ngraph::AxisSet{})}; ngraph::AxisSet{})};
} }
input_zero_point = inputs.at(2);
if (num_inputs == 4) if (num_inputs == 4)
{ {
input_zero_point = inputs.at(2);
filters_zero_point = inputs.at(3); filters_zero_point = inputs.at(3);
} }
......
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