summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author김수진/Quality Tool Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>2019-03-27 13:55:51 +0900
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2019-03-27 13:55:51 +0900
commitd74d9c45688b69a0f58458b40322ee64a35cbe7f (patch)
tree0bc5eb8ae2ba3df96eac12f3c2b1431fc582fa4f /tests
parent1436d871001f9dc677ea25f73d3c654a10ae2746 (diff)
downloadnnfw-d74d9c45688b69a0f58458b40322ee64a35cbe7f.tar.gz
nnfw-d74d9c45688b69a0f58458b40322ee64a35cbe7f.tar.bz2
nnfw-d74d9c45688b69a0f58458b40322ee64a35cbe7f.zip
[neurun] Enable LocalResponseNorm, DepthToSpace, ReduceMin ops (#4714)
Related : #3708 This commit enables `LocalResponseNormalization`, `DepthToSpace`, `ReduceMin` ops for `acl_cl`. Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun3
-rw-r--r--tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index d214925c9..45318c9f6 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -3,12 +3,9 @@
#
# Not support operations
ValidationTestExecution.StartCompute
-GeneratedTests.depth_to_space*
-GeneratedTests.local_response_norm*
GeneratedTests.lsh_projection*
GeneratedTests.lstm*
GeneratedTests.mobilenet*
-GeneratedTests.reduce_min*
GeneratedTests.rnn*
GeneratedTests.pad*
GeneratedTests.svdf*
diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
index 74c8abf52..39167e0de 100644
--- a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
+++ b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
@@ -16,6 +16,7 @@ gather
l2_pool_2d
hashtable_lookup
l2_normalization
+local_response_normalization
max_pool_2d
mean
MODELS/mobilenet
@@ -25,6 +26,7 @@ not_equal
prelu
softmax
reduce_max
+reduce_min
relu
reshape
rsqrt