From a70fe6049672710ffc06b708198ef44f3873eb89 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 29 May 2019 10:44:06 +0100 Subject: IVGCVSW-2992 Document Concat layer rename Change-Id: I499591ef268f8da8e08f22fd25eaf5e6c6caf5d9 Signed-off-by: Jim Flynn --- src/armnnSerializer/SerializerSupport.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md index 832c1a7cca..734ae18af6 100644 --- a/src/armnnSerializer/SerializerSupport.md +++ b/src/armnnSerializer/SerializerSupport.md @@ -10,6 +10,7 @@ The Arm NN SDK Serializer currently supports the following layers: * Addition * BatchToSpaceNd * BatchNormalization +* Concat * Constant * Convolution2d * DepthwiseConvolution2d @@ -26,7 +27,6 @@ The Arm NN SDK Serializer currently supports the following layers: * Maximum * Mean * Merge -* Concat * Minimum * Multiplication * Normalization @@ -45,3 +45,7 @@ The Arm NN SDK Serializer currently supports the following layers: * Switch More machine learning layers will be supported in future releases. + +Note: Merger layer has been renamed Concat. Serializations of the old + format with Merger layers will deserialize to Concat layers to + maintain backward compatibility. \ No newline at end of file -- cgit v1.2.1