Add fullyconnected and mean tests using tflite (#2606)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Wed, 5 Sep 2018 08:32:28 +0000 (17:32 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 5 Sep 2018 08:32:28 +0000 (17:32 +0900)
This commit add fullyconnected and mean directory for testing these tflite files.
It will automatically download the files from npuarchive.mooo server and test it.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
tests/framework/tests/fullyconnected/config.sh [new file with mode: 0644]
tests/framework/tests/mean/config.sh [new file with mode: 0644]

diff --git a/tests/framework/tests/fullyconnected/config.sh b/tests/framework/tests/fullyconnected/config.sh
new file mode 100644 (file)
index 0000000..0ba5ba3
--- /dev/null
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="fullyconnected_test.tflite"
diff --git a/tests/framework/tests/mean/config.sh b/tests/framework/tests/mean/config.sh
new file mode 100644 (file)
index 0000000..3e52cde
--- /dev/null
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="mean_test.tflite"