summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-04-26 13:07:59 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2019-04-29 18:40:38 +0900
commita665ef755548d63c9e1878a8672d6b6cc0683735 (patch)
treeda4857c4f5d23bb1e1b55ce7981c7fa5d63b659f
parent9de37d0665673b6b1a1a8f721297c48dcd0c0202 (diff)
downloadnnfw-a665ef755548d63c9e1878a8672d6b6cc0683735.tar.gz
nnfw-a665ef755548d63c9e1878a8672d6b6cc0683735.tar.bz2
nnfw-a665ef755548d63c9e1878a8672d6b6cc0683735.zip
Enable custom operations framework test again Change-Id: I02cf317122ac3d304107738ffc6abd17e665dcfa Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
-rw-r--r--tests/framework/tests/custom/abs/config.sh1
-rw-r--r--tests/framework/tests/custom/squared_difference/config.sh1
-rw-r--r--tests/framework/tests/custom/tensorflowmax/config.sh1
-rw-r--r--tests/framework/tests/custom/tensorflowsum/config.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/framework/tests/custom/abs/config.sh b/tests/framework/tests/custom/abs/config.sh
index 5b327ec59..3030bcb72 100644
--- a/tests/framework/tests/custom/abs/config.sh
+++ b/tests/framework/tests/custom/abs/config.sh
@@ -1,2 +1 @@
MODELFILE_NAME="custom_abs_test.tflite"
-STATUS="disabled"
diff --git a/tests/framework/tests/custom/squared_difference/config.sh b/tests/framework/tests/custom/squared_difference/config.sh
index fc17cf7a3..745a84447 100644
--- a/tests/framework/tests/custom/squared_difference/config.sh
+++ b/tests/framework/tests/custom/squared_difference/config.sh
@@ -1,2 +1 @@
MODELFILE_NAME="custom_squared_diff_test.tflite"
-STATUS="disabled"
diff --git a/tests/framework/tests/custom/tensorflowmax/config.sh b/tests/framework/tests/custom/tensorflowmax/config.sh
index 058799935..122c459db 100644
--- a/tests/framework/tests/custom/tensorflowmax/config.sh
+++ b/tests/framework/tests/custom/tensorflowmax/config.sh
@@ -1,2 +1 @@
MODELFILE_NAME="custom_max_test.tflite"
-STATUS="disabled"
diff --git a/tests/framework/tests/custom/tensorflowsum/config.sh b/tests/framework/tests/custom/tensorflowsum/config.sh
index 095055424..0a6dfe348 100644
--- a/tests/framework/tests/custom/tensorflowsum/config.sh
+++ b/tests/framework/tests/custom/tensorflowsum/config.sh
@@ -1,2 +1 @@
MODELFILE_NAME="custom_sum_test.tflite"
-STATUS="disabled"