summaryrefslogtreecommitdiff
path: root/tests/framework
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>2018-05-18 10:03:18 +0900
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>2018-05-18 10:03:18 +0900
commite33897d0b4c0ae79bba2c83f44b7376873815d6a (patch)
treec051c71940dd6240023498f9924e89572e8388d9 /tests/framework
parent7d23d710dedcc696401d1ffb9d0aa19ee2f71f2c (diff)
downloadnnfw-e33897d0b4c0ae79bba2c83f44b7376873815d6a.tar.gz
nnfw-e33897d0b4c0ae79bba2c83f44b7376873815d6a.tar.bz2
nnfw-e33897d0b4c0ae79bba2c83f44b7376873815d6a.zip
Fix test tflite file bug (#1259)
Change to fixed tflite file and update md5sum Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/tests/add/4D/config.sh2
-rw-r--r--tests/framework/tests/custom/tensorflowmax/config.sh2
-rw-r--r--tests/framework/tests/div/broadcast/config.sh2
-rw-r--r--tests/framework/tests/mul/broadcast/config.sh2
-rw-r--r--tests/framework/tests/resize_bilinear/config.sh2
-rw-r--r--tests/framework/tests/sub/broadcast/config.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/framework/tests/add/4D/config.sh b/tests/framework/tests/add/4D/config.sh
index fb872d010..5b9a18188 100644
--- a/tests/framework/tests/add/4D/config.sh
+++ b/tests/framework/tests/add/4D/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="add_test4.tflite"
-MODELFILE_MD5SUM="600ccf57465943927711f759339c289f"
+MODELFILE_MD5SUM="b91c5f37c0b3fcfba9067e80c025db4e"
STATUS="disabled"
diff --git a/tests/framework/tests/custom/tensorflowmax/config.sh b/tests/framework/tests/custom/tensorflowmax/config.sh
index 56470fa62..62dddaf4f 100644
--- a/tests/framework/tests/custom/tensorflowmax/config.sh
+++ b/tests/framework/tests/custom/tensorflowmax/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="custom_max_test.tflite"
-MODELFILE_MD5SUM="bb3fa32356b7e67dbf2e8bd1c1873ce7"
+MODELFILE_MD5SUM="4d9baaaf4d83aa440573e13e6424e151"
STATUS="disabled"
diff --git a/tests/framework/tests/div/broadcast/config.sh b/tests/framework/tests/div/broadcast/config.sh
index 9185a9b62..f4d445a37 100644
--- a/tests/framework/tests/div/broadcast/config.sh
+++ b/tests/framework/tests/div/broadcast/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="div_test_broadcast.tflite"
-MODELFILE_MD5SUM="28ea7b5c54b745a3faf27936e2950d1c"
+MODELFILE_MD5SUM="2333c14e109be5981194fbed19ba9897"
STATUS="disabled"
diff --git a/tests/framework/tests/mul/broadcast/config.sh b/tests/framework/tests/mul/broadcast/config.sh
index 3a60e4797..d9eb2ac1a 100644
--- a/tests/framework/tests/mul/broadcast/config.sh
+++ b/tests/framework/tests/mul/broadcast/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="mul_test_broadcast.tflite"
-MODELFILE_MD5SUM="1f6b7a262e801c33e913a0b8b29a3e4e"
+MODELFILE_MD5SUM="a85ccdc5df417aa00e04eecad993823d"
STATUS="disabled"
diff --git a/tests/framework/tests/resize_bilinear/config.sh b/tests/framework/tests/resize_bilinear/config.sh
index 682c7a069..2cea7c3f8 100644
--- a/tests/framework/tests/resize_bilinear/config.sh
+++ b/tests/framework/tests/resize_bilinear/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="resize_bilinear_test.tflite"
-MODELFILE_MD5SUM="fee00a280b855a8e4efa65ed321e5169"
+MODELFILE_MD5SUM="ce8fe6fbbe56365909db9ac9c184345e"
STATUS="disabled"
diff --git a/tests/framework/tests/sub/broadcast/config.sh b/tests/framework/tests/sub/broadcast/config.sh
index f14a2941e..074a8df7a 100644
--- a/tests/framework/tests/sub/broadcast/config.sh
+++ b/tests/framework/tests/sub/broadcast/config.sh
@@ -1,4 +1,4 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="sub_test_broadcast.tflite"
-MODELFILE_MD5SUM="69d689989ae21eebca82294f07c10ae7"
+MODELFILE_MD5SUM="aec04cc0a3f4484d2c0a984dfe2ac93a"
STATUS="disabled"