From 944fb508b1c30415e423b8916849c66a13867ea4 Mon Sep 17 00:00:00 2001 From: Tracy Narine Date: Tue, 4 Jul 2023 15:08:57 +0100 Subject: IVGCVSW-7832 Add REVERSE_V2 to Serializer and Deserializer * Support for ReverseV2 for the serializer and deserializer added * Tests added * CMake files updated for the build * Fixed an issue with the operator_list documentation for Resize and ReverseV2 Signed-off-by: Tracy Narine Change-Id: If396f55ecdd763d6f91c51707809f4bd58715cec --- docs/02_operator_list.dox | 48 ++++++++++++++++++---------------- docs/05_02_deserializer_serializer.dox | 6 +++-- 2 files changed, 29 insertions(+), 25 deletions(-) (limited to 'docs') diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox index d329901af9..8fa6178aff 100644 --- a/docs/02_operator_list.dox +++ b/docs/02_operator_list.dox @@ -2781,12 +2781,27 @@ where N = batches, C = channels, H = height, W = width FLOAT16 FLOAT32 + + GpuAcc + + + + +
+
QASYMMU8 +
QASYMMS8 +
FLOAT16 +
FLOAT32 +
ReverseV2Layer - Layer to perform ReverseV2 operations. + Layer to perform reverse of a tensor. CpuRef @@ -2807,36 +2822,23 @@ where N = batches, C = channels, H = height, W = width CpuAcc - - - - GpuAcc - - - + +
+
All +
GpuAcc
-
QASYMMU8 -
QASYMMS8 -
FLOAT16 -
FLOAT32 +
All
RsqrtLayer @@ -3505,4 +3507,4 @@ where N = batches, C = channels, H = height, W = width */ -} // namespace \ No newline at end of file +} // namespace diff --git a/docs/05_02_deserializer_serializer.dox b/docs/05_02_deserializer_serializer.dox index c36e010323..ab821b8d66 100644 --- a/docs/05_02_deserializer_serializer.dox +++ b/docs/05_02_deserializer_serializer.dox @@ -1,4 +1,4 @@ -/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved. +/// Copyright (c) 2021-2023 ARM Limited and Contributors. All rights reserved. /// /// SPDX-License-Identifier: MIT /// @@ -68,6 +68,7 @@ The Arm NN SDK Serializer currently supports the following layers: - Reduce - Reshape - Resize +- ReverseV2 - Shape - Slice - Softmax @@ -161,6 +162,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers: - Reshape - Resize - ResizeBilinear +- ReverseV2 - Slice - Softmax - SpaceToBatchNd @@ -187,4 +189,4 @@ Some layers have been deprecated and replaced by others layers. In order to main - ResizeBilinear will deserialize as Resize **/ -} \ No newline at end of file +} -- cgit v1.2.1