mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
dnn(test): re-enable ONNX split tests for OpenVINO
This commit is contained in:
parent
aa5bc20c83
commit
1f70d4e2a5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user