From: 서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Thu, 5 Apr 2018 04:25:25 +0000 (+0900) Subject: Add more test scripts for TF Lite models (#422) X-Git-Tag: 0.1~423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0be159855a5fa32f54a796058f13e6c84e569be8;p=platform%2Fcore%2Fml%2Fnnfw.git Add more test scripts for TF Lite models (#422) Related issues #84 and #402 This patch adds test scripts for TF Lite models created in #402. Signed-off-by: Sangmin Seo --- diff --git a/tests/framework/tests/avgpool1/config.sh b/tests/framework/tests/avgpool1/config.sh new file mode 100644 index 0000000..94e0f4a --- /dev/null +++ b/tests/framework/tests/avgpool1/config.sh @@ -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 index 0000000..ff63928 --- /dev/null +++ b/tests/framework/tests/avgpool2/config.sh @@ -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 index 0000000..d2ff338 --- /dev/null +++ b/tests/framework/tests/convolution1/config.sh @@ -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 index 0000000..394e6b8 --- /dev/null +++ b/tests/framework/tests/convolution2/config.sh @@ -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 index 0000000..c0d2894 --- /dev/null +++ b/tests/framework/tests/maxpool1/config.sh @@ -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 index 0000000..363d68a --- /dev/null +++ b/tests/framework/tests/maxpool2/config.sh @@ -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 index 0000000..aa97830 --- /dev/null +++ b/tests/framework/tests/softmax/config.sh @@ -0,0 +1,3 @@ +MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test" +MODELFILE_NAME="softmax_test.tflite" +MODELFILE_MD5SUM="25f1ee5180d6448f0bb9f37d5b101117"