From 1f70d4e2a502502f5ccf37311d2d841974dfe05e Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Sat, 5 Feb 2022 03:31:39 +0000 Subject: [PATCH] dnn(test): re-enable ONNX split tests for OpenVINO --- ...conformance_layer_filter__openvino.inl.hpp | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp index c3b62a7f75..4bde85100f 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp @@ -1697,26 +1697,11 @@ CASE(test_spacetodepth) CASE(test_spacetodepth_example) // no filter CASE(test_split_equal_parts_1d) -#if INF_ENGINE_VER_MAJOR_EQ(2021040000) - SKIP_CPU; - // MYRIAD is ok - SKIP_OPENCL; - SKIP_OPENCL_FP16; -#endif + // no filter CASE(test_split_equal_parts_2d) -#if INF_ENGINE_VER_MAJOR_EQ(2021040000) - SKIP_CPU; - // MYRIAD is ok - SKIP_OPENCL; - SKIP_OPENCL_FP16; -#endif + // no filter CASE(test_split_equal_parts_default_axis) -#if INF_ENGINE_VER_MAJOR_EQ(2021040000) - SKIP_CPU; - // MYRIAD is ok - SKIP_OPENCL; - SKIP_OPENCL_FP16; -#endif + // no filter CASE(test_split_variable_parts_1d) // no filter CASE(test_split_variable_parts_2d)