summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>2019-01-15 15:58:47 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-01-15 15:58:47 +0900
commit98a34d21c1a12c2dc935806701ac7eab9157013e (patch)
tree5050fc8ba11e1c5eb2b7c7f1373a83f36d105b78 /tests
parent6f3754ef635c51bb0b86cc6a836a2f737a68304b (diff)
downloadnnfw-98a34d21c1a12c2dc935806701ac7eab9157013e.tar.gz
nnfw-98a34d21c1a12c2dc935806701ac7eab9157013e.tar.bz2
nnfw-98a34d21c1a12c2dc935806701ac7eab9157013e.zip
[neurun] Remove skip list and add framework test for ADD op (#4216)
* [neurun] Remove skip list and add framework test for ADD op This commit removes skip lit and add framework test for ADD op. Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com> * add GeneratedTests.add_broadcast_4D_2D_after_nops_float_nnfw, remove framework tests
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun2
-rw-r--r--tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index f8dce0967..3545b7156 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -19,8 +19,6 @@ ValidationTestExecution.SetInputFromMemory
ValidationTestExecution.SetOutputFromMemory
ValidationTestExecution.StartCompute
ValidationTestExecution.EventWait
-GeneratedTests.add_broadcast_4D_2D_after_nops_float_nnfw
-GeneratedTests.add_quant8
GeneratedTests.argmax*
GeneratedTests.avg_pool_float_1
GeneratedTests.avg_pool_float_2
diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
index 9c4e97dac..4adc95641 100644
--- a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
+++ b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
@@ -1,3 +1,5 @@
+add/1D
+add/4D
average_pool_2d
concat/concat1
concat/concat2