Add more test scripts for TF Lite models (#422)
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 04:25:25 +0000 (13:25 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 5 Apr 2018 04:25:25 +0000 (13:25 +0900)
Related issues #84 and #402

This patch adds test scripts for TF Lite models created in #402.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
tests/framework/tests/avgpool1/config.sh [new file with mode: 0644]
tests/framework/tests/avgpool2/config.sh [new file with mode: 0644]
tests/framework/tests/convolution1/config.sh [new file with mode: 0644]
tests/framework/tests/convolution2/config.sh [new file with mode: 0644]
tests/framework/tests/maxpool1/config.sh [new file with mode: 0644]
tests/framework/tests/maxpool2/config.sh [new file with mode: 0644]
tests/framework/tests/softmax/config.sh [new file with mode: 0644]

diff --git a/tests/framework/tests/avgpool1/config.sh b/tests/framework/tests/avgpool1/config.sh
new file mode 100644 (file)
index 0000000..94e0f4a
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="avgpool_test1.tflite"
+MODELFILE_MD5SUM="36b8486f9cc318372860ccf57514d592"
diff --git a/tests/framework/tests/avgpool2/config.sh b/tests/framework/tests/avgpool2/config.sh
new file mode 100644 (file)
index 0000000..ff63928
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="avgpool_test2.tflite"
+MODELFILE_MD5SUM="39539cd46a8714df4abe9ffb355cf491"
diff --git a/tests/framework/tests/convolution1/config.sh b/tests/framework/tests/convolution1/config.sh
new file mode 100644 (file)
index 0000000..d2ff338
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="convolution_test.tflite"
+MODELFILE_MD5SUM="97b157f72891092bbdc40c89f5918c31"
diff --git a/tests/framework/tests/convolution2/config.sh b/tests/framework/tests/convolution2/config.sh
new file mode 100644 (file)
index 0000000..394e6b8
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="convolution_test2.tflite"
+MODELFILE_MD5SUM="b8843ce2b14bad6a2edde1bde2f314d9"
diff --git a/tests/framework/tests/maxpool1/config.sh b/tests/framework/tests/maxpool1/config.sh
new file mode 100644 (file)
index 0000000..c0d2894
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="maxpool_test.tflite"
+MODELFILE_MD5SUM="156ad36e80f57025a446fff7a406e818"
diff --git a/tests/framework/tests/maxpool2/config.sh b/tests/framework/tests/maxpool2/config.sh
new file mode 100644 (file)
index 0000000..363d68a
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="maxpool_test2.tflite"
+MODELFILE_MD5SUM="58b60fb4522f7c72b5c4c101fd615316"
diff --git a/tests/framework/tests/softmax/config.sh b/tests/framework/tests/softmax/config.sh
new file mode 100644 (file)
index 0000000..aa97830
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="softmax_test.tflite"
+MODELFILE_MD5SUM="25f1ee5180d6448f0bb9f37d5b101117"