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 --- delegate/include/Version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/include') diff --git a/delegate/include/Version.hpp b/delegate/include/Version.hpp index 8e37c7a322..c66bf169b5 100644 --- a/delegate/include/Version.hpp +++ b/delegate/include/Version.hpp @@ -14,7 +14,7 @@ namespace armnnDelegate // ArmNN Delegate version components #define DELEGATE_MAJOR_VERSION 24 -#define DELEGATE_MINOR_VERSION 2 +#define DELEGATE_MINOR_VERSION 3 #define DELEGATE_PATCH_VERSION 0 /// DELEGATE_VERSION: "X.Y.Z" -- cgit v1.2.1