diff options
author | 오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com> | 2019-01-15 12:41:35 +0900 |
---|---|---|
committer | 박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com> | 2019-01-15 12:41:35 +0900 |
commit | 3b67fba13e97d95a8e426fac7aec9bd9897acb62 (patch) | |
tree | 482f479fe6fa001169f5d2c654c6de8b5487f60a /tests | |
parent | 2e635ee230c2fdf53dbfd589cddd651d8c9d4761 (diff) | |
download | nnfw-3b67fba13e97d95a8e426fac7aec9bd9897acb62.tar.gz nnfw-3b67fba13e97d95a8e426fac7aec9bd9897acb62.tar.bz2 nnfw-3b67fba13e97d95a8e426fac7aec9bd9897acb62.zip |
Framework test list for neurun cpu and acl (#4244)
Add framework test list for neurun armv7l cpu and acl cl
Add framework test list for neurun x86-64 cpu
Workaround test packaging on makefile for CI test
Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt (renamed from tests/scripts/neurun_frameworktest_list.txt) | 0 | ||||
-rw-r--r-- | tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt | 9 | ||||
-rw-r--r-- | tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/tests/scripts/neurun_frameworktest_list.txt b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt index 9c4e97dac..9c4e97dac 100644 --- a/tests/scripts/neurun_frameworktest_list.txt +++ b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt b/tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt new file mode 100644 index 000000000..9c4e97dac --- /dev/null +++ b/tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt @@ -0,0 +1,9 @@ +average_pool_2d +concat/concat1 +concat/concat2 +conv_2d +fullyconnected/fc1 +max_pool_2d +softmax +reshape/reshape1 +MODELS/inception_module diff --git a/tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt b/tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt new file mode 100644 index 000000000..9c4e97dac --- /dev/null +++ b/tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt @@ -0,0 +1,9 @@ +average_pool_2d +concat/concat1 +concat/concat2 +conv_2d +fullyconnected/fc1 +max_pool_2d +softmax +reshape/reshape1 +MODELS/inception_module |