mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Skip myriad
This commit is contained in:
parent
aa08900ac8
commit
1c1762d3f6
@ -196,6 +196,8 @@ TEST_P(Test_TensorFlow_layers, pad_and_concat)
|
||||
TEST_P(Test_TensorFlow_layers, concat_axis_1)
|
||||
{
|
||||
runTensorFlowNet("concat_axis_1");
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_MYRIAD)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE_NGRAPH);
|
||||
runTensorFlowNet("concat_3d");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user