summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>2019-09-05 14:22:52 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-09-05 14:22:52 +0900
commitf9b019656f891a69fc9f59d3ec708d7efc254438 (patch)
treea5877bcf28b9dde435e8208f7e76364c6411813c /tests
parente4e7f112e3a7af0527c97dd4d8a0b46a0b798b75 (diff)
downloadnnfw-f9b019656f891a69fc9f59d3ec708d7efc254438.tar.gz
nnfw-f9b019656f891a69fc9f59d3ec708d7efc254438.tar.bz2
nnfw-f9b019656f891a69fc9f59d3ec708d7efc254438.zip
Enable LSTM op for ACL neon (#7201)
This commit enables to support LSTM op for ACL neon. Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon
index ce85a7212..758a60933 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon
@@ -14,7 +14,6 @@ GeneratedTests.hashtable_lookup*
GeneratedTests.logical_and_ex*
GeneratedTests.logical_or_ex*
GeneratedTests.lsh_projection*
-GeneratedTests.lstm*
GeneratedTests.mobilenet*
GeneratedTests.neg*
GeneratedTests.notequal*
@@ -38,3 +37,5 @@ GeneratedTests.pack*
# Float error
GeneratedTests.exp_ex_1D_float
GeneratedTests.exp_ex_2D_float
+# Unsupported optional input that has shape
+GeneratedTests.lstm2*