diff options
author | Prasanna 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 |
commit | b21f7609143c71fc8132dd4359f5eaf74fe3a3ad (patch) | |
tree | 5d1b6b5ac432f26438cf383e12499dd18d102d87 /tests | |
parent | bf45d8c1ecf110d7fe1b360a6bee8436a44987db (diff) | |
download | nnfw-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.sh | 1 |
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" |