From bb11904877d6934e31503ba742b177f310e42854 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Fri, 25 May 2018 18:18:08 +0900 Subject: [PATCH] Add topk_v2 and gather framework test (#1362) Add topk_v2 and gather framework test Signed-off-by: Hyeongseok Oh --- tests/framework/tests/gather/config.sh | 3 +++ tests/framework/tests/topkv2/config.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tests/framework/tests/gather/config.sh create mode 100644 tests/framework/tests/topkv2/config.sh diff --git a/tests/framework/tests/gather/config.sh b/tests/framework/tests/gather/config.sh new file mode 100644 index 0000000..62171a8 --- /dev/null +++ b/tests/framework/tests/gather/config.sh @@ -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 index 0000000..3bf4cea --- /dev/null +++ b/tests/framework/tests/topkv2/config.sh @@ -0,0 +1,3 @@ +MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test" +MODELFILE_NAME="topkv2_test.tflite" +STATUS="disabled" -- 2.7.4