mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
add enableWinograd API for Net.
This commit is contained in:
@@ -476,6 +476,7 @@ TEST_P(Test_Torch_nets, ENet_accuracy)
|
||||
ASSERT_TRUE(!net.empty());
|
||||
}
|
||||
|
||||
net.enableWinograd(false);
|
||||
net.setPreferableBackend(backend);
|
||||
net.setPreferableTarget(target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user