aboutsummaryrefslogtreecommitdiff
path: root/docs/03_use_guides.dox
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-29 14:18:13 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-03 09:11:51 +0000
commit31a7c890207f80afc866f706d797267d78d05a0d (patch)
tree8b133170fbdf0d87a0a8a5b72c6eaf73fcbb2391 /docs/03_use_guides.dox
parent74a3cf5755b801cf258177e8e55b4cda64a0c351 (diff)
downloadarmnn-31a7c890207f80afc866f706d797267d78d05a0d.tar.gz
IVGCVSW-5605 Doxygen: Add the TfLite Delegate to Doxygen docu
* Moves TensorFlowLiteDelegateSupport.md to doxygen * Renames a few .dox files to represent the structure of the documentation * Adds sections for build and use guides * Integrates markdown guides for the delegate into doxygen Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I68b7a29239be88c0617da9bdfce5323ebf26f5bc
Diffstat (limited to 'docs/03_use_guides.dox')
-rw-r--r--docs/03_use_guides.dox21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/03_use_guides.dox b/docs/03_use_guides.dox
new file mode 100644
index 0000000000..8aeb4f03ea
--- /dev/null
+++ b/docs/03_use_guides.dox
@@ -0,0 +1,21 @@
+/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
+///
+/// SPDX-License-Identifier: MIT
+///
+
+namespace armnn
+{
+/**
+@page useguides Integration Guides
+@tableofcontents
+
+This page links all guides that explain how to use Arm NN tools and how to integrate them into your own project.
+Some of these guides may not be hosted in our repository and will lead you to guides on
+https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
+
+
+## TfLite delegate guides
+@subpage md_delegate_IntegrateDelegateIntoPython
+
+**/
+} \ No newline at end of file