aboutsummaryrefslogtreecommitdiff
path: root/docs/05_02_deserializer_serializer.dox
diff options
context:
space:
mode:
authorTracy Narine <tracy.narine@arm.com>2023-07-04 15:08:57 +0100
committerTracy Narine <tracy.narine@arm.com>2023-07-07 10:05:28 +0000
commit944fb508b1c30415e423b8916849c66a13867ea4 (patch)
treeb4a3c96425184965415f0adc3a9cd7a0011e97cd /docs/05_02_deserializer_serializer.dox
parent8e9747ab5211460e8dcc5e81d97e567152a0b710 (diff)
downloadarmnn-944fb508b1c30415e423b8916849c66a13867ea4.tar.gz
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 <tracy.narine@arm.com> Change-Id: If396f55ecdd763d6f91c51707809f4bd58715cec
Diffstat (limited to 'docs/05_02_deserializer_serializer.dox')
-rw-r--r--docs/05_02_deserializer_serializer.dox6
1 files changed, 4 insertions, 2 deletions
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
+}