1
0
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:
Dmitry Kurtaev
2019-10-18 18:51:52 +03:00
parent 9255df44d0
commit adbd613660
4 changed files with 181 additions and 49 deletions
@@ -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)