Skip to content

Commit 58a8e45

Browse files
rogdayalalek
authored andcommitted
Add ONNX conformance tests
1 parent 35ff9af commit 58a8e45

File tree

3 files changed

+1063
-0
lines changed

3 files changed

+1063
-0
lines changed

modules/dnn/test/test_common.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define INF_ENGINE_VER_MAJOR_LE(ver) (((INF_ENGINE_RELEASE) / 10000) <= ((ver) / 10000))
1919
#define INF_ENGINE_VER_MAJOR_EQ(ver) (((INF_ENGINE_RELEASE) / 10000) == ((ver) / 10000))
2020

21+
#define CV_TEST_TAG_DNN_SKIP_ONNX_CONFORMANCE "dnn_skip_onnx_conformance"
2122

2223
#define CV_TEST_TAG_DNN_SKIP_HALIDE "dnn_skip_halide"
2324
#define CV_TEST_TAG_DNN_SKIP_OPENCL "dnn_skip_ocl"

modules/dnn/test/test_common.impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ void initDNNTests()
361361
cvtest::addDataSearchPath(extraTestDataPath);
362362

363363
registerGlobalSkipTag(
364+
CV_TEST_TAG_DNN_SKIP_ONNX_CONFORMANCE,
364365
CV_TEST_TAG_DNN_SKIP_HALIDE,
365366
CV_TEST_TAG_DNN_SKIP_OPENCL, CV_TEST_TAG_DNN_SKIP_OPENCL_FP16
366367
);

0 commit comments

Comments
 (0)