From 19f74b440ab61a8f39aefe68bd943f7fafc4adc6 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 21 Feb 2019 09:41:28 +0000 Subject: IVGCVSW-2643 Add Activation to SerializerSupport.md and DeserializerSupport.md Change-Id: Id4a75051d8a93744346b91febcad0e62e7063495 Signed-off-by: Aron Virginas-Tar --- src/armnnDeserializer/DeserializerSupport.md | 1 + src/armnnSerializer/SerializerSupport.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md index 14c720ac81..7e7ee06afe 100644 --- a/src/armnnDeserializer/DeserializerSupport.md +++ b/src/armnnDeserializer/DeserializerSupport.md @@ -6,6 +6,7 @@ This reference guide provides a list of layers which can be deserialized current The Arm NN SDK Deserialize parser currently supports the following layers: +* Activation * Addition * Convolution2d * DepthwiseConvolution2d diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md index 180180a654..18e9f53a3d 100644 --- a/src/armnnSerializer/SerializerSupport.md +++ b/src/armnnSerializer/SerializerSupport.md @@ -6,6 +6,7 @@ This reference guide provides a list of layers which can be serialized currently The Arm NN SDK Serializer currently supports the following layers: +* Activation * Addition * Convolution2d * DepthwiseConvolution2d -- cgit v1.2.1