summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>2019-03-13 14:08:45 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-03-13 14:08:45 +0900
commit30886b2442bf0ef7794b560942dff83f1966540d (patch)
tree913c80df3965860f3902faf0262de3fa19bc57dc /tests
parentbae4faeae675cce547c83ec5f1e2941de4d6a53e (diff)
downloadnnfw-30886b2442bf0ef7794b560942dff83f1966540d.tar.gz
nnfw-30886b2442bf0ef7794b560942dff83f1966540d.tar.bz2
nnfw-30886b2442bf0ef7794b560942dff83f1966540d.zip
[neurun] Enable ResizeBilinear, ReLU1, ReLU6 ops (#4667)
Related : #4259 This commit enables `ResizeBilinear`, `ReLU1`, `ReLU6` 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.neurun1
-rw-r--r--tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt5
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index 7d91c1261..9674b2fa8 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -33,6 +33,7 @@ GeneratedTests.reduce_min*
GeneratedTests.relu1*
GeneratedTests.relu6*
GeneratedTests.resize_bilinear*
+GeneratedTests.relu*
GeneratedTests.rnn*
GeneratedTests.mean*
GeneratedTests.pad*
diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
index ec6318911..2a8903326 100644
--- a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
+++ b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
@@ -17,9 +17,12 @@ reduce_max
relu
reshape
rsqrt
+relu6
+reshape
+resize_bilinear
strided_slice
sub/broadcast
tanh
transpose
MODELS/inception_module
-squeeze \ No newline at end of file
+squeeze