Merge pull request #11766 from dkurt:dnn_darknet_avgpool_softmax
This commit is contained in:
@@ -228,4 +228,9 @@ TEST(Test_Darknet, upsample)
|
||||
testDarknetLayer("upsample");
|
||||
}
|
||||
|
||||
TEST(Test_Darknet, avgpool_softmax)
|
||||
{
|
||||
testDarknetLayer("avgpool_softmax");
|
||||
}
|
||||
|
||||
}} // namespace
|
||||
|
||||
Reference in New Issue
Block a user