From 2a764ade6b5bf88cba0c43303291e0352ec3354c Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Fri, 24 Feb 2023 18:17:31 +0000 Subject: IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parser Signed-off-by: Teresa Charlin Change-Id: I4f5016841c31b183440f31c1e177bc41d2b8dbb7 --- 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 39fe536fe9..b0115626d6 100644 --- a/docs/05_01_parsers.dox +++ b/docs/05_01_parsers.dox @@ -1,4 +1,4 @@ -/// Copyright (c) 2022 Arm Ltd and Contributors. All rights reserved. +/// Copyright (c) 2022-2023 Arm Ltd and Contributors. All rights reserved. /// /// SPDX-License-Identifier: MIT /// @@ -176,6 +176,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - SLICE - SOFTMAX - SPACE_TO_BATCH +- SPACE_TO_DEPTH - SPLIT - SPLIT_V - SQUEEZE -- cgit v1.2.1