From b1f5f700c5efae12598b01bc3f055f5dd2bd6e2e Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 12 Jul 2022 14:16:24 +0100 Subject: IVGCVSW-7094 Add LOG and SIN support to tflite delegate Signed-off-by: Teresa Charlin Change-Id: I355298f365b82cad1e3f46cfebf1c1375716cf92 --- docs/05_03_delegate.dox | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox index d1c41fe213..71754323bc 100644 --- a/docs/05_03_delegate.dox +++ b/docs/05_03_delegate.dox @@ -1,4 +1,4 @@ -/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved. +/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved. /// /// SPDX-License-Identifier: MIT /// @@ -89,6 +89,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - LOCAL_RESPONSE_NORMALIZATION +- LOG + - LOGICAL_AND - LOGICAL_NOT @@ -151,6 +153,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - SHAPE +- SIN + - SOFTMAX - SPACE_TO_BATCH_ND -- cgit v1.2.1