aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializeParser/README.md
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2019-02-08 16:31:42 +0000
committerSaoirse Stewart Arm <saoirse.stewart@arm.com>2019-02-11 09:25:03 +0000
commit43a799ca3ab5ffb60a381172dba2536ebb87708a (patch)
treee50a86c603003f75ef56041809ed7517a3a8772b /src/armnnDeserializeParser/README.md
parentc602f29d57f34b6bf0805d379b2174667d8bf52f (diff)
downloadarmnn-43a799ca3ab5ffb60a381172dba2536ebb87708a.tar.gz
IVGCVSW-2581 Create Deserializer
* Add deserialize parser for input, output and add layers * Add Unit Tests for simple network Change-Id: Ia0e2a234896bbe401ed0da5f18c065cb5df51bfb Signed-off-by: Kevin May <kevin.may@arm.com> Signed-off-by: Saoirse Stewart <saoirse.stewart@arm.com>
Diffstat (limited to 'src/armnnDeserializeParser/README.md')
-rw-r--r--src/armnnDeserializeParser/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/armnnDeserializeParser/README.md b/src/armnnDeserializeParser/README.md
new file mode 100644
index 0000000000..56eca53249
--- /dev/null
+++ b/src/armnnDeserializeParser/README.md
@@ -0,0 +1,7 @@
+# The Arm NN Deserialize parser
+
+The `armnnDeserializeParser` is a library for loading neural networks defined by Arm NN FlatBuffers files
+into the Arm NN runtime.
+
+For more information about the layers that are supported, and the networks that have been tested,
+see [DeserializeSupport.md](./DeserializeSupport.md) \ No newline at end of file