summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>2018-12-06 10:07:23 +0530
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-06 13:37:23 +0900
commitb21f7609143c71fc8132dd4359f5eaf74fe3a3ad (patch)
tree5d1b6b5ac432f26438cf383e12499dd18d102d87 /tests
parentbf45d8c1ecf110d7fe1b360a6bee8436a44987db (diff)
downloadnnfw-b21f7609143c71fc8132dd4359f5eaf74fe3a3ad.tar.gz
nnfw-b21f7609143c71fc8132dd4359f5eaf74fe3a3ad.tar.bz2
nnfw-b21f7609143c71fc8132dd4359f5eaf74fe3a3ad.zip
Disable nnapi_test of Custom/TensorflowMax (#3850)
This patch disables nnapi_test of Custom/TensorflowMax. Since TensorFlowMax is builtin op as REDUCE_MAX from V1.12, we are removing the trace of TensorFlowMax as a custom op. This is required for PRs #3849 #3846 Signed-off-by: prasannar <prasanna.r@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/framework/tests/custom/tensorflowmax/config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/tests/custom/tensorflowmax/config.sh b/tests/framework/tests/custom/tensorflowmax/config.sh
index 122c459db..058799935 100644
--- a/tests/framework/tests/custom/tensorflowmax/config.sh
+++ b/tests/framework/tests/custom/tensorflowmax/config.sh
@@ -1 +1,2 @@
MODELFILE_NAME="custom_max_test.tflite"
+STATUS="disabled"