summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-26 20:20:15 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-03-26 20:20:15 +0900
commit7387f4f04ddb748aa35c31c2783e6f94d511ecfc (patch)
treeb855a0d0bee2059b3b6e88cba1b20e9e6a692987 /tests
parente8924c98dc2d4101c8b33ed4e4af3660223d4361 (diff)
downloadnnfw-7387f4f04ddb748aa35c31c2783e6f94d511ecfc.tar.gz
nnfw-7387f4f04ddb748aa35c31c2783e6f94d511ecfc.tar.bz2
nnfw-7387f4f04ddb748aa35c31c2783e6f94d511ecfc.zip
Enable external IO memory set validation test (#4860)
Implement NNAPI to set input and output using external memory Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index 6c95cfc3a..d214925c9 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -2,8 +2,6 @@
# Following tests will be skipped on armv7l-linux
#
# Not support operations
-ValidationTestExecution.SetInputFromMemory
-ValidationTestExecution.SetOutputFromMemory
ValidationTestExecution.StartCompute
GeneratedTests.depth_to_space*
GeneratedTests.local_response_norm*