1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

TanH darknet and test

This commit is contained in:
Aryansh Omray
2021-02-17 18:49:52 +05:30
parent 0be18f5cb0
commit 601851cc7e
2 changed files with 9 additions and 0 deletions
@@ -702,6 +702,11 @@ TEST_P(Test_Darknet_layers, mish)
testDarknetLayer("mish", true);
}
TEST_P(Test_Darknet_layers, tanh)
{
testDarknetLayer("tanh");
}
TEST_P(Test_Darknet_layers, avgpool_softmax)
{
testDarknetLayer("avgpool_softmax");