Skipped ResizeUnfused test on Builder API

This commit is contained in:
Liubov Batanina 2020-03-02 15:45:29 +03:00
parent 9214103564
commit b1b78aedd2

View File

@ -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");