Skip to content

Commit

Permalink
disable matmul integer ie tests (openvinotoolkit#7870)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozykowski authored and lznamens committed Oct 12, 2021
1 parent 11d69a7 commit ba58c67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ngraph/test/runtime/ie/unit_test.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ onnx_model_conv_integer_no_zero_point
onnx_model_conv_integer_pads

# Unsupported operator detected in the graph: QuantizedDot
onnx_model_matmul_integer_2d_simple_zero_point
onnx_model_matmul_integer_int8
onnx_model_matmul_integer_vectorized_zero_point
onnx_model_matmul_integer_no_zero_point
onnx_model_matmul_integer_2d_x_3d
onnx_model_matmul_integer_3d_x_2d
onnx_model_matmul_integer_3d
onnx_model_matmul_integer_4d
onnx_model_matmul_integer_4d_zero_point
onnx_model_matmul_integer_matrix_zero_point
onnx_model_qlinear_matmul
onnx_model_qlinear_matmul_3d

Expand Down

0 comments on commit ba58c67

Please sign in to comment.