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

Added exp layer

backport of commit: 6111935835
partial backport of commit: dd5976162b
This commit is contained in:
SamFC10
2021-02-20 22:16:00 +05:30
committed by Alexander Alekhin
parent 19f1bac18c
commit 96947c30c0
8 changed files with 173 additions and 2 deletions
+7
View File
@@ -307,6 +307,13 @@ TEST_P(Test_ONNX_layers, Power)
testONNXModels("pow2", npy, 0, 0, false, false);
}
TEST_P(Test_ONNX_layers, Exp)
{
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
testONNXModels("exp");
}
TEST_P(Test_ONNX_layers, Concatenation)
{
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)