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

Merge pull request #18077 from l-bat:reduce_sum

* Supported ReduceSum op

* Skip test
This commit is contained in:
Liubov Batanina
2020-08-12 17:32:16 +03:00
committed by GitHub
parent 2b227f00f2
commit f3cebb3e1b
4 changed files with 72 additions and 9 deletions
@@ -755,6 +755,8 @@ TEST_P(Test_Darknet_layers, connected)
TEST_P(Test_Darknet_layers, relu)
{
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019 && target == DNN_TARGET_MYRIAD)
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD);
testDarknetLayer("relu");
}