From 51f67776a695c217a32596af806afeeb080f5528 Mon Sep 17 00:00:00 2001 From: Simon Obute Date: Fri, 3 Sep 2021 15:50:13 +0100 Subject: IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation * Add front end * Add reference workload * Add unit tests * Add Serializer and Deserializer * Update ArmNN Versioning Signed-off-by: Simon Obute Change-Id: I9ac1f953af3974382eac8e8d62d794d2344e8f47 --- docs/01_02_deserializer_serializer.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/01_02_deserializer_serializer.dox') diff --git a/docs/01_02_deserializer_serializer.dox b/docs/01_02_deserializer_serializer.dox index 81b4ad0e9b..55259ddeb8 100644 --- a/docs/01_02_deserializer_serializer.dox +++ b/docs/01_02_deserializer_serializer.dox @@ -25,6 +25,7 @@ The Arm NN SDK Serializer currently supports the following layers: - BatchToSpaceNd - BatchNormalization - Cast +- ChannelShuffle - Comparison - Concat - Constant @@ -113,6 +114,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers: - BatchToSpaceNd - BatchNormalization - Cast +- ChannelShuffle - Concat - Comparison - Constant -- cgit v1.2.1