dnn(test): re-enable ONNX split tests for OpenVINO

This commit is contained in:
Alexander Alekhin 2022-02-05 03:31:39 +00:00
parent aa5bc20c83
commit 1f70d4e2a5

View File

@ -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)