dnn(test): skip IE/OCL test for "sum"
authorAlexander Alekhin <alexander.alekhin@intel.com>
Tue, 1 Oct 2019 15:29:47 +0000 (18:29 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Tue, 1 Oct 2019 15:29:47 +0000 (18:29 +0300)
modules/dnn/test/test_halide_layers.cpp

index 6b66722..6c21be3 100644 (file)
@@ -758,6 +758,12 @@ TEST_P(Eltwise, Accuracy)
         applyTestTag(CV_TEST_TAG_DNN_SKIP_IE, CV_TEST_TAG_DNN_SKIP_IE_2019R1, CV_TEST_TAG_DNN_SKIP_IE_2019R1_1);
 #endif
 
+#if defined(INF_ENGINE_RELEASE)
+    if (backendId == DNN_BACKEND_INFERENCE_ENGINE && targetId == DNN_TARGET_OPENCL &&
+        op == "sum" && numConv == 1 && !weighted)
+        applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_OPENCL, CV_TEST_TAG_DNN_SKIP_IE);
+#endif
+
     Net net;
 
     std::vector<int> convLayerIds(numConv);