From fd33a698ee3c588aa4064b70b7781ab25ff76f66 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Wed, 29 Jun 2022 15:35:57 +0100 Subject: IVGCVSW-7040 Add support for LOG_SOFTMAX to the TFLiteParser Signed-off-by: Teresa Charlin Change-Id: I1fedfdf2cd8871d6b307fce8620f40adadf75f04 --- docs/05_01_parsers.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1