From: 윤지영/동작제어Lab(SR)/Engineer/삼성전자 Date: Wed, 5 Sep 2018 08:32:28 +0000 (+0900) Subject: Add fullyconnected and mean tests using tflite (#2606) X-Git-Tag: 0.2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=600cd9e2a59655410f8587f0ab85f150a01c490c;p=platform%2Fcore%2Fml%2Fnnfw.git Add fullyconnected and mean tests using tflite (#2606) 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 --- diff --git a/tests/framework/tests/fullyconnected/config.sh b/tests/framework/tests/fullyconnected/config.sh new file mode 100644 index 0000000..0ba5ba3 --- /dev/null +++ b/tests/framework/tests/fullyconnected/config.sh @@ -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 index 0000000..3e52cde --- /dev/null +++ b/tests/framework/tests/mean/config.sh @@ -0,0 +1,2 @@ +MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test" +MODELFILE_NAME="mean_test.tflite"