From ec333914d5d38079083bcdb7fc88a54a19ebaa87 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Wed, 13 Feb 2019 15:12:39 +0000 Subject: IVGCVSW-2726 Code cleanup * Removed extra ';' * Renamed file to fix typo Change-Id: I81a25faf01bf0a285e45fc81febf36c981d25f2f Signed-off-by: Matteo Martincigh --- src/armnnSerializer/SerializerSupport.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/armnnSerializer/SerializerSupport.md (limited to 'src/armnnSerializer/SerializerSupport.md') diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md new file mode 100644 index 0000000000..5978c8a952 --- /dev/null +++ b/src/armnnSerializer/SerializerSupport.md @@ -0,0 +1,12 @@ +# The layers that ArmNN SDK Serializer currently supports. + +This reference guide provides a list of layers which can be serialized currently by the Arm NN SDK. + +## Fully supported + +The Arm NN SDK Serializer currently supports the following layers: + +* Addition +* Multiplication + +More machine learning layers will be supported in future releases. \ No newline at end of file -- cgit v1.2.1