aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter/README.md
diff options
context:
space:
mode:
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>2019-02-21 17:05:39 +0000
committerLes Bell <les.bell@arm.com>2019-02-22 09:03:23 +0000
commitc64ea9fdf975a65e9a1dd67b44469add270d6f8b (patch)
tree57cfba7e745d2acd7e40b65eea4dd043a8203294 /src/armnnConverter/README.md
parentb5b9bdf14d032f3133d5a76835742bbc8291494d (diff)
downloadarmnn-c64ea9fdf975a65e9a1dd67b44469add270d6f8b.tar.gz
IVGCVSW-2588 Update README files for 19.02
*Also update related Support.md files Change-Id: If832980fdebb136ab02333d99512fd39b9093b2b Signed-off-by: Nattapat Chaimanowong <nattapat.chaimanowong@arm.com>
Diffstat (limited to 'src/armnnConverter/README.md')
-rw-r--r--src/armnnConverter/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/armnnConverter/README.md b/src/armnnConverter/README.md
new file mode 100644
index 0000000000..489b483d9b
--- /dev/null
+++ b/src/armnnConverter/README.md
@@ -0,0 +1,5 @@
+# The ArmnnConverter
+
+The `ArmnnConverter` is a program for converting neural networks from other format to Arm NN format. Currently the program only support model in Tensorflow Protocal Buffers format. Run the program with no arguments to see command-line help.
+
+For more information about the layers that are supported, see [TensorFlowSupport.md](../armnnTfParser/TensorFlowSupport.md) and [TensorFlowSupport.md](../armnnSerializer/SerializerSupport.md).