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 --- include/armnn/Types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/armnn/Types.hpp') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index c3b439a2d9..2fab6b44a9 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -421,7 +421,7 @@ using InferenceTimingPair = std::pair; X(Cast) \ X(Shape) \ X(UnidirectionalSequenceLstm) \ - + X(ChannelShuffle) \ // New layers should be added at last to minimize instability. /// When adding a new layer, adapt also the LastLayer enum value in the -- cgit v1.2.1