This commit is contained in:
luoliang
2022-07-28 15:52:14 +08:00
parent 2ca1fce800
commit bb34c4d99d
10 changed files with 95 additions and 94 deletions

View File

@@ -204,7 +204,7 @@ namespace opencv_test
test.Test_operator_mul_perf(acl_context_0);
}
TEST(Mathfuncs, abs)
TEST(Mathfunction, abs)
{
PERF_TEST test;
test.Test_Abs(acl_context_0);
@@ -215,7 +215,6 @@ namespace opencv_test
PERF_TEST test;
test.Test_Pow(acl_context_0);
}
TEST(Mathfunction, sqrt)
{
PERF_TEST test;
@@ -263,12 +262,6 @@ namespace opencv_test
PERF_TEST test;
test.Test_MatMul(acl_context_0);
}
TEST(Matrices, merge)
{
PERF_TEST test;
test.Test_Merge(acl_context_0);
}
TEST(Gemm, Convolution)
{
@@ -276,6 +269,12 @@ namespace opencv_test
test.Test_Convolution(acl_context_0);
}
TEST(Matrices, merge)
{
PERF_TEST test;
test.Test_Merge(acl_context_0);
}
TEST(Matrices, split)
{
PERF_TEST test;