Enable more model tests (#3497)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 7 Nov 2018 06:34:20 +0000 (15:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 7 Nov 2018 06:34:20 +0000 (15:34 +0900)
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 <chunseok.lee@samsung.com>
tests/framework/tests/embedding_lookup/config.sh
tests/framework/tests/l2_normalization/config.sh
tests/framework/tests/l2_pool_2d/config.sh
tests/framework/tests/logistic/config.sh
tests/framework/tests/squeeze/config.sh
tests/framework/tests/tanh/config.sh
tests/framework/tests/tranpose/config.sh

index 76a0aba..a9dde49 100644 (file)
@@ -1,2 +1 @@
 MODELFILE_NAME="tanh_test.tflite"
-STATUS="disabled"