From: Jim Flynn Date: Wed, 29 May 2019 09:44:06 +0000 (+0100) Subject: IVGCVSW-2992 Document Concat layer rename X-Git-Tag: submit/tizen/20200316.035456~595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a70fe6049672710ffc06b708198ef44f3873eb89;p=platform%2Fupstream%2Farmnn.git IVGCVSW-2992 Document Concat layer rename Change-Id: I499591ef268f8da8e08f22fd25eaf5e6c6caf5d9 Signed-off-by: Jim Flynn --- diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md index 832c1a7..734ae18 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