Commit a5ca5f6d authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16716 from l-bat:skip_resize_ie

parents 92141035 b1b78aed
......@@ -318,6 +318,8 @@ TEST_P(Test_ONNX_layers, Resize)
TEST_P(Test_ONNX_layers, ResizeUnfused)
{
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
testONNXModels("upsample_unfused_opset9_torch1.4");
testONNXModels("resize_nearest_unfused_opset11_torch1.4");
testONNXModels("resize_nearest_unfused_opset11_torch1.3");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment