Skip to content

Commit

Permalink
Skipped ResizeUnfused test on Builder API
Browse files Browse the repository at this point in the history
  • Loading branch information
l-bat committed Mar 2, 2020
1 parent 9214103 commit b1b78ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dnn/test/test_onnx_importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b1b78ae

Please sign in to comment.