aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/DeserializerSupport.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnDeserializer/DeserializerSupport.md')
-rw-r--r--src/armnnDeserializer/DeserializerSupport.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md
new file mode 100644
index 0000000000..86d3d02415
--- /dev/null
+++ b/src/armnnDeserializer/DeserializerSupport.md
@@ -0,0 +1,18 @@
+# The layers that ArmNN SDK Deserializer currently supports.
+
+This reference guide provides a list of layers which can be deserialized currently by the Arm NN SDK.
+
+## Fully supported
+
+The Arm NN SDK Deserialize parser currently supports the following layers:
+
+* Addition
+* Convolution2d
+* DepthwiseConvolution2d
+* FullyConnected
+* Multiplication
+* Pooling2d
+* Reshape
+* Softmax
+
+More machine learning layers will be supported in future releases.