summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자 <jy910.yun@samsung.com>2019-03-07 19:28:25 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-07 19:28:25 +0900
commit1bdbbb2b1085645759491bea2d10235e7240a99f (patch)
tree6937bdd5ee16614e554adf3a5a69ab1e609c03eb /tests
parent8894f7e45a2135375146c7f4a47f38eac51fb536 (diff)
downloadnnfw-1bdbbb2b1085645759491bea2d10235e7240a99f.tar.gz
nnfw-1bdbbb2b1085645759491bea2d10235e7240a99f.tar.bz2
nnfw-1bdbbb2b1085645759491bea2d10235e7240a99f.zip
[neurun] Enable Logistic op in acl_cl (#4599)
* [neurun] Enable Logistic op in acl_cl This commit allows to run logistic op using acl_cl kernel Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> * Remove these tests in skip list of neurun
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index fe3076f3c..b6bbac8c2 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -25,7 +25,7 @@ GeneratedTests.l2_pool*
GeneratedTests.local_response_norm*
GeneratedTests.logical_and_ex*
GeneratedTests.logical_or_ex*
-GeneratedTests.logistic*
+GeneratedTests.logistic_quant*
GeneratedTests.lsh_projection*
GeneratedTests.lstm*
GeneratedTests.mobilenet*