aboutsummaryrefslogtreecommitdiff
path: root/docs/01_parsers.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01_parsers.dox')
-rw-r--r--docs/01_parsers.dox5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/01_parsers.dox b/docs/01_parsers.dox
index 1af2503f88..80d616f5e7 100644
--- a/docs/01_parsers.dox
+++ b/docs/01_parsers.dox
@@ -27,11 +27,14 @@ namespace armnn
@page parsers Parsers
@tableofcontents
+Execute models from different machine learning platforms efficiently with our parsers. Simply choose a parser according
+to the model you want to run e.g. If you've got a model in tensorflow format (<model_name>.pb) use our tensorflow-parser.
+
@section S4_caffe_parser ArmNN Caffe Parser
`armnnCaffeParser` is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.
-##Caffe layers supported by the Arm NN SDK
+## Caffe layers supported by the Arm NN SDK
This reference guide provides a list of Caffe layers the Arm NN SDK currently supports.
## Although some other neural networks might work, Arm tests the Arm NN SDK with Caffe implementations of the following neural networks: