aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-06-29 15:35:57 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-07-08 15:20:34 +0100
commitfd33a698ee3c588aa4064b70b7781ab25ff76f66 (patch)
tree96c5bd3fa17623c49015df13f92ea06e32dfc61f /docs
parent452c58080e9f8f577de87e0c07d0097aac97f3b8 (diff)
downloadarmnn-fd33a698ee3c588aa4064b70b7781ab25ff76f66.tar.gz
IVGCVSW-7040 Add support for LOG_SOFTMAX to the TFLiteParser
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I1fedfdf2cd8871d6b307fce8620f40adadf75f04
Diffstat (limited to 'docs')
-rw-r--r--docs/05_01_parsers.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/05_01_parsers.dox b/docs/05_01_parsers.dox
index 8e406e85cf..99178ac736 100644
--- a/docs/05_01_parsers.dox
+++ b/docs/05_01_parsers.dox
@@ -1,4 +1,4 @@
-/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
+/// Copyright (c) 2022 Arm Ltd and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///
@@ -146,6 +146,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- LESS_EQUAL
- LOGICAL_NOT
- LOGISTIC
+- LOG_SOFTMAX
- L2_NORMALIZATION
- MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- MAXIMUM