|
|
|
@ -233,9 +233,14 @@ TEST_P(Test_Caffe_layers, Dropout) |
|
|
|
|
|
|
|
|
|
TEST_P(Test_Caffe_layers, Concat) |
|
|
|
|
{ |
|
|
|
|
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE(2019010000) |
|
|
|
|
#if defined(INF_ENGINE_RELEASE) |
|
|
|
|
#if INF_ENGINE_VER_MAJOR_GE(2019010000) && INF_ENGINE_VER_MAJOR_LT(2019020000) |
|
|
|
|
if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_MYRIAD) |
|
|
|
|
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE_2019R1, CV_TEST_TAG_DNN_SKIP_IE_2019R1_1); |
|
|
|
|
#elif INF_ENGINE_VER_MAJOR_EQ(2019020000) |
|
|
|
|
if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_OPENCL) |
|
|
|
|
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_OPENCL, CV_TEST_TAG_DNN_SKIP_IE_2019R2); |
|
|
|
|
#endif |
|
|
|
|
#endif |
|
|
|
|
testLayerUsingCaffeModels("layer_concat"); |
|
|
|
|
testLayerUsingCaffeModels("layer_concat_optim", true, false); |
|
|
|
|