Commit ada5c18f authored by nishant.b.patel's avatar nishant.b.patel

Disable quant conv tests for intelgpu

parent dec83e43
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
#include "ngraph/op/experimental/dyn_slice.hpp" #include "ngraph/op/experimental/dyn_slice.hpp"
#include "ngraph/op/experimental/generate_mask.hpp" #include "ngraph/op/experimental/generate_mask.hpp"
#include "ngraph/op/experimental/quantized_avg_pool.hpp" #include "ngraph/op/experimental/quantized_avg_pool.hpp"
#include "ngraph/op/experimental/quantized_conv.hpp"
#include "ngraph/op/experimental/quantized_conv_bias.hpp" #include "ngraph/op/experimental/quantized_conv_bias.hpp"
#include "ngraph/op/experimental/quantized_conv_relu.hpp" #include "ngraph/op/experimental/quantized_conv_relu.hpp"
#include "ngraph/op/experimental/quantized_dot.hpp" #include "ngraph/op/experimental/quantized_dot.hpp"
...@@ -103,6 +102,7 @@ ...@@ -103,6 +102,7 @@
#include "ngraph/op/power.hpp" #include "ngraph/op/power.hpp"
#include "ngraph/op/product.hpp" #include "ngraph/op/product.hpp"
#include "ngraph/op/quantize.hpp" #include "ngraph/op/quantize.hpp"
#include "ngraph/op/quantized_convolution.hpp"
#include "ngraph/op/relu.hpp" #include "ngraph/op/relu.hpp"
#include "ngraph/op/replace_slice.hpp" #include "ngraph/op/replace_slice.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
......
...@@ -53,6 +53,7 @@ quantize_ROUND_UP ...@@ -53,6 +53,7 @@ quantize_ROUND_UP
quantize_ROUND_DOWN quantize_ROUND_DOWN
quantized_convolution quantized_convolution
quantized_conv_non_zero_zero_point quantized_conv_non_zero_zero_point
quantized_conv_int32_output
shape_of_scalar shape_of_scalar
shape_of_vector shape_of_vector
shape_of_matrix shape_of_matrix
......
...@@ -115,6 +115,9 @@ model_matmul_integer ...@@ -115,6 +115,9 @@ model_matmul_integer
model_matmul_integer_no_zero_point model_matmul_integer_no_zero_point
model_matmul_integer_zero_point_zero model_matmul_integer_zero_point_zero
model_matmul_integer_scalar model_matmul_integer_scalar
quantized_convolution
quantized_conv_non_zero_zero_point
quantized_conv_int32_output
# Need to update implementation # Need to update implementation
divide_python_rounding_int32 divide_python_rounding_int32
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