From fd877cd5c9c5603815ea408a43d79cacab793a72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tomasz=20Do=C5=82bniak?= Date: Mon, 16 Nov 2020 11:09:34 +0100 Subject: [PATCH] Enablement of GatherND tests (nG & ONNX) (#3013) --- ngraph/test/runtime/ie/unit_test.manifest | 20 -------------------- ngraph/test/runtime/interpreter/unit_test.manifest | 3 --- 2 files changed, 23 deletions(-) diff --git a/ngraph/test/runtime/ie/unit_test.manifest b/ngraph/test/runtime/ie/unit_test.manifest index 53c7b9a..d2671b7 100644 --- a/ngraph/test/runtime/ie/unit_test.manifest +++ b/ngraph/test/runtime/ie/unit_test.manifest @@ -41,10 +41,6 @@ onnx_model_matmul_integer_4d_no_zero_point onnx_model_qlinear_matmul onnx_model_qlinear_matmul_3d -# The indices input type i64 is not supported by the CPU plugin -onnx_model_gatherND_int32 -onnx_model_gatherND_float - # Result mismatch onnx_model_split_equal_parts_default onnx_model_argmin_no_keepdims @@ -780,22 +776,6 @@ prelu_shared_slope prelu_negative_slope convolution_simple_padding -# Cannot cast ngraph node GatherND to CNNLayer! -gather_nd_single_indices -gather_nd_scalar_from_2d -gather_nd_1d_from_2d -gather_nd_scalar_from_3d -gather_nd_1d_from_3d -gather_nd_2d_from_3d -gather_nd_batch_scalar_from_2d -gather_nd_batch_1d_from_2d -gather_nd_batch_scalar_from_3d -gather_nd_batch_1d_from_3d -gather_nd_batch_2d_from_3d -gather_nd_batch_dims1 -gather_nd_batch_dims2 -gather_nd_batch_dims2_lead_dims - # Cannot cast ngraph node Stack to CNNLayer! stack_matrix_rowise stack_matrix_colwise diff --git a/ngraph/test/runtime/interpreter/unit_test.manifest b/ngraph/test/runtime/interpreter/unit_test.manifest index add4616..f19c80b 100644 --- a/ngraph/test/runtime/interpreter/unit_test.manifest +++ b/ngraph/test/runtime/interpreter/unit_test.manifest @@ -94,9 +94,6 @@ INTERPRETER.onnx_model_conv_integer INTERPRETER.onnx_model_conv_integer_zero_point_zero INTERPRETER.onnx_model_conv_integer_no_zero_point INTERPRETER.onnx_model_conv_integer_pads -INTERPRETER.onnx_model_gatherND_int32 -INTERPRETER.onnx_model_gatherND_float - # GRU/RNN/LSTM Sequence: Output values mismatch - seq_lengths not supported onnx_model_lstm_fwd_mixed_seq_const -- 2.7.4