1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Minor fixes in IE backend tests

This commit is contained in:
Dmitry Kurtaev
2018-12-07 12:40:34 +03:00
parent f1dc26d7ce
commit 53f6198f27
7 changed files with 83 additions and 29 deletions
+1
View File
@@ -471,6 +471,7 @@ TEST(Test_Caffe, shared_weights)
net.setInput(blob_1, "input_1");
net.setInput(blob_2, "input_2");
net.setPreferableBackend(DNN_BACKEND_OPENCV);
Mat sum = net.forward();