Add topk_v2 and gather framework test (#1362)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 25 May 2018 09:18:08 +0000 (18:18 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Fri, 25 May 2018 09:18:08 +0000 (18:18 +0900)
Add topk_v2 and gather framework test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/gather/config.sh [new file with mode: 0644]
tests/framework/tests/topkv2/config.sh [new file with mode: 0644]

diff --git a/tests/framework/tests/gather/config.sh b/tests/framework/tests/gather/config.sh
new file mode 100644 (file)
index 0000000..62171a8
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="gather_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/topkv2/config.sh b/tests/framework/tests/topkv2/config.sh
new file mode 100644 (file)
index 0000000..3bf4cea
--- /dev/null
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="topkv2_test.tflite"
+STATUS="disabled"