mirror of
https://github.com/Ascend/ascend-opencv.git
synced 2025-10-18 22:14:38 +08:00
debug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user