Merge pull request #11766 from dkurt:dnn_darknet_avgpool_softmax

This commit is contained in:
Alexander Alekhin
2018-06-14 13:18:30 +00:00
2 changed files with 54 additions and 0 deletions
@@ -228,4 +228,9 @@ TEST(Test_Darknet, upsample)
testDarknetLayer("upsample");
}
TEST(Test_Darknet, avgpool_softmax)
{
testDarknetLayer("avgpool_softmax");
}
}} // namespace