summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-21 19:48:51 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-03-21 19:48:51 +0900
commit291e77d664ca36498ab92b76fb1aa1c359363cc1 (patch)
treed194c635f616d759a37e86bf5cff025ac858361e /tests
parent30e7e6a3a67621c3320569ffce9a4a293dc35722 (diff)
downloadnnfw-291e77d664ca36498ab92b76fb1aa1c359363cc1.tar.gz
nnfw-291e77d664ca36498ab92b76fb1aa1c359363cc1.tar.bz2
nnfw-291e77d664ca36498ab92b76fb1aa1c359363cc1.zip
Add reduce max and custom operator framework test (#4811)
Add custom op for reduce max and reduce sum test (for tizen build) Add custom op squared difference and abs test Add reduce_max op test Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/framework/tests/custom/abs/config.sh2
-rw-r--r--tests/framework/tests/custom/squared_difference/config.sh2
-rw-r--r--tests/framework/tests/custom/tensorflowsum/config.sh2
-rw-r--r--tests/framework/tests/reduce_max/config.sh3
-rw-r--r--tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt1
5 files changed, 10 insertions, 0 deletions
diff --git a/tests/framework/tests/custom/abs/config.sh b/tests/framework/tests/custom/abs/config.sh
new file mode 100644
index 000000000..5b327ec59
--- /dev/null
+++ b/tests/framework/tests/custom/abs/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_NAME="custom_abs_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/custom/squared_difference/config.sh b/tests/framework/tests/custom/squared_difference/config.sh
new file mode 100644
index 000000000..fc17cf7a3
--- /dev/null
+++ b/tests/framework/tests/custom/squared_difference/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_NAME="custom_squared_diff_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/custom/tensorflowsum/config.sh b/tests/framework/tests/custom/tensorflowsum/config.sh
new file mode 100644
index 000000000..095055424
--- /dev/null
+++ b/tests/framework/tests/custom/tensorflowsum/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_NAME="custom_sum_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/reduce_max/config.sh b/tests/framework/tests/reduce_max/config.sh
new file mode 100644
index 000000000..255cd7b3d
--- /dev/null
+++ b/tests/framework/tests/reduce_max/config.sh
@@ -0,0 +1,3 @@
+# REDUCE_MAX is supported after tensorflow 1.10
+MODELFILE_NAME="reduce_max_1d.tflite"
+STATUS="disabled"
diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
index 0724cea82..71d60bce9 100644
--- a/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
+++ b/tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt
@@ -38,3 +38,4 @@ transpose
transpose_conv
MODELS/inception_module
squeeze
+custom