summaryrefslogtreecommitdiff
path: root/tests/framework
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>2018-05-15 15:51:59 +0900
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-15 15:51:59 +0900
commitb89443236b48c9ee31b2708b6e6037c427268c5b (patch)
tree847d3adc8b08fb8abb2960b546dfff1fc00a0e27 /tests/framework
parent0caa24ef44eeec219f2061c02c4e02c033c34671 (diff)
downloadnnfw-b89443236b48c9ee31b2708b6e6037c427268c5b.tar.gz
nnfw-b89443236b48c9ee31b2708b6e6037c427268c5b.tar.bz2
nnfw-b89443236b48c9ee31b2708b6e6037c427268c5b.zip
Add more framework tests (#1211)
Add framework tests - Casting: 4D tensor integer type to float type - Resize bilinear: 4D input tensor, 4D output tensor (x2 width, x2 height) - Custom: TensorFlowMax, 2D input tensor with scalar reduction indice, 1D output Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/tests/cast/config.sh4
-rw-r--r--tests/framework/tests/custom/tensorflowmax/config.sh4
-rw-r--r--tests/framework/tests/resize_bilinear/config.sh4
3 files changed, 12 insertions, 0 deletions
diff --git a/tests/framework/tests/cast/config.sh b/tests/framework/tests/cast/config.sh
new file mode 100644
index 000000000..c5d33404b
--- /dev/null
+++ b/tests/framework/tests/cast/config.sh
@@ -0,0 +1,4 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="cast_test.tflite"
+MODELFILE_MD5SUM="f0561a0e09c181c85f87d40b37a48a27"
+STATUS="disabled"
diff --git a/tests/framework/tests/custom/tensorflowmax/config.sh b/tests/framework/tests/custom/tensorflowmax/config.sh
new file mode 100644
index 000000000..56470fa62
--- /dev/null
+++ b/tests/framework/tests/custom/tensorflowmax/config.sh
@@ -0,0 +1,4 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="custom_max_test.tflite"
+MODELFILE_MD5SUM="bb3fa32356b7e67dbf2e8bd1c1873ce7"
+STATUS="disabled"
diff --git a/tests/framework/tests/resize_bilinear/config.sh b/tests/framework/tests/resize_bilinear/config.sh
new file mode 100644
index 000000000..682c7a069
--- /dev/null
+++ b/tests/framework/tests/resize_bilinear/config.sh
@@ -0,0 +1,4 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="resize_bilinear_test.tflite"
+MODELFILE_MD5SUM="fee00a280b855a8e4efa65ed321e5169"
+STATUS="disabled"