aboutsummaryrefslogtreecommitdiff
path: root/docs/01_01_parsers.dox
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-08-17 13:50:08 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-20 19:30:11 +0100
commit2650556a8f1bdc4ade0855df2b9c21d420b9dad2 (patch)
tree543352962dacaf73d191a5ec3aa769521085002d /docs/01_01_parsers.dox
parent8693a90772c7fcc8af6c39010981a184fbe13b57 (diff)
downloadarmnn-2650556a8f1bdc4ade0855df2b9c21d420b9dad2.tar.gz
Make samples visible in doxygen
* uses the @example doxygen command to add all our simple examples into an 'Examples' tab in the doxygen documentation Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Ie8ae19ca471a0616eeea7f708d547388c8ee860e Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Diffstat (limited to 'docs/01_01_parsers.dox')
-rw-r--r--docs/01_01_parsers.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox
index 3ac5b27735..97497fe016 100644
--- a/docs/01_01_parsers.dox
+++ b/docs/01_01_parsers.dox
@@ -22,7 +22,7 @@ bindings take a look into the @ref md_python_pyarmnn_README section.
-@section S5_onnx_parser ArmNN Onnx Parser
+@section S5_onnx_parser Arm NN Onnx Parser
`armnnOnnxParser` is a library for loading neural networks defined in ONNX protobuf files into the Arm NN runtime.
@@ -92,7 +92,7 @@ More machine learning operators will be supported in future releases.
-@section S6_tf_lite_parser ArmNN Tf Lite Parser
+@section S6_tf_lite_parser Arm NN Tf Lite Parser
`armnnTfLiteParser` is a library for loading neural networks defined by TensorFlow Lite FlatBuffers files
into the Arm NN runtime.