mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Merge pull request #18840 from alalek:dnn_test_skip_myriad_gather_multi_output
This commit is contained in:
commit
34909d97b4
@ -711,6 +711,11 @@ TEST_P(Test_ONNX_layers, Conv1d_variable_weight_bias)
|
||||
|
||||
TEST_P(Test_ONNX_layers, GatherMultiOutput)
|
||||
{
|
||||
#if defined(INF_ENGINE_RELEASE)
|
||||
if (target == DNN_TARGET_MYRIAD)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE);
|
||||
#endif
|
||||
|
||||
testONNXModels("gather_multi_output");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user