From: 서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Mon, 4 Jun 2018 02:45:54 +0000 (+0900) Subject: Enable TopK_V2 framework test (#1529) X-Git-Tag: 0.2~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8cc99a61dfadbf4e8fd1b3a8c28ffd6a4911a7d;p=platform%2Fcore%2Fml%2Fnnfw.git Enable TopK_V2 framework test (#1529) This patch enables the TopK_V2 framework test, as the NN runtime with CPU fallback now can correctly execute it. Signed-off-by: Sangmin Seo --- diff --git a/tests/framework/tests/topkv2/config.sh b/tests/framework/tests/topkv2/config.sh index 3bf4cea..db34aa6 100644 --- a/tests/framework/tests/topkv2/config.sh +++ b/tests/framework/tests/topkv2/config.sh @@ -1,3 +1,2 @@ MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test" MODELFILE_NAME="topkv2_test.tflite" -STATUS="disabled"