aboutsummaryrefslogtreecommitdiff
path: root/docs/04_use_guides.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/04_use_guides.dox')
-rw-r--r--docs/04_use_guides.dox21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/04_use_guides.dox b/docs/04_use_guides.dox
new file mode 100644
index 0000000000..1ecef4a215
--- /dev/null
+++ b/docs/04_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