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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user