mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Check if Inference Engine networks are fully supported by backend
This commit is contained in:
@@ -405,6 +405,7 @@ TEST_P(Test_Caffe_nets, Colorization)
|
||||
l1 = 0.6; lInf = 15;
|
||||
}
|
||||
normAssert(out, ref, "", l1, lInf);
|
||||
expectNoFallbacksFromIE(net);
|
||||
}
|
||||
|
||||
TEST_P(Test_Caffe_nets, DenseNet_121)
|
||||
@@ -436,6 +437,7 @@ TEST_P(Test_Caffe_nets, DenseNet_121)
|
||||
l1 = 0.11; lInf = 0.5;
|
||||
}
|
||||
normAssert(out, ref, "", l1, lInf);
|
||||
expectNoFallbacksFromIE(net);
|
||||
}
|
||||
|
||||
TEST(Test_Caffe, multiple_inputs)
|
||||
|
||||
Reference in New Issue
Block a user