From: 이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Wed, 7 Nov 2018 06:34:20 +0000 (+0900) Subject: Enable more model tests (#3497) X-Git-Tag: 0.3~460 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6575e2f9c09c96e42f43dea624662f600215cb0;p=platform%2Fcore%2Fml%2Fnnfw.git Enable more model tests (#3497) The following tests are triggered on default on framework/verification test : - embedding lookup - L2 normalization - L2 pool - Squeeze - Tanh - Transpose - Logistic Signed-off-by: Chunseok Lee --- diff --git a/tests/framework/tests/embedding_lookup/config.sh b/tests/framework/tests/embedding_lookup/config.sh index c882b15..5e5e4ad 100644 --- a/tests/framework/tests/embedding_lookup/config.sh +++ b/tests/framework/tests/embedding_lookup/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="embedding_lookup_test1.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/l2_normalization/config.sh b/tests/framework/tests/l2_normalization/config.sh index 2cd9d0e..4780124 100644 --- a/tests/framework/tests/l2_normalization/config.sh +++ b/tests/framework/tests/l2_normalization/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="l2_normalization_test1.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/l2_pool_2d/config.sh b/tests/framework/tests/l2_pool_2d/config.sh index 1d5a977..a77aa66 100644 --- a/tests/framework/tests/l2_pool_2d/config.sh +++ b/tests/framework/tests/l2_pool_2d/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="l2pool2d_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/logistic/config.sh b/tests/framework/tests/logistic/config.sh index 632c362..456773a 100644 --- a/tests/framework/tests/logistic/config.sh +++ b/tests/framework/tests/logistic/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="sigmoid_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/squeeze/config.sh b/tests/framework/tests/squeeze/config.sh index e2b0ecf..5bcc677 100644 --- a/tests/framework/tests/squeeze/config.sh +++ b/tests/framework/tests/squeeze/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="squeeze_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/tanh/config.sh b/tests/framework/tests/tanh/config.sh index 76a0aba..a9dde49 100644 --- a/tests/framework/tests/tanh/config.sh +++ b/tests/framework/tests/tanh/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="tanh_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/tranpose/config.sh b/tests/framework/tests/tranpose/config.sh index 07a489f..9adb85e 100644 --- a/tests/framework/tests/tranpose/config.sh +++ b/tests/framework/tests/tranpose/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="transpose_4d.tflite" -STATUS="disabled"