mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Enable Eltwise layer with different numbers of inputs channels
This commit is contained in:
@@ -444,6 +444,7 @@ INSTANTIATE_TEST_CASE_P(/**/, Test_Darknet_nets, dnnBackendsAndTargets());
|
||||
TEST_P(Test_Darknet_layers, shortcut)
|
||||
{
|
||||
testDarknetLayer("shortcut");
|
||||
testDarknetLayer("shortcut_leaky");
|
||||
}
|
||||
|
||||
TEST_P(Test_Darknet_layers, upsample)
|
||||
|
||||
Reference in New Issue
Block a user