IVGCVSW-5605 Doxygen: Add contribution guide sections
[platform/upstream/armnn.git] / docs / 03_use_guides.dox
1 /// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
2 ///
3 /// SPDX-License-Identifier: MIT
4 ///
5
6 namespace armnn
7 {
8 /**
9 @page useguides Integration Guides
10 @tableofcontents
11
12 This page links all guides that explain how to use Arm NN tools and how to integrate them into your own project.
13 Some of these guides may not be hosted in our repository and will lead you to guides on
14 https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
15
16
17 ## TfLite delegate guides
18  - @subpage md_delegate_IntegrateDelegateIntoPython
19
20 **/
21 }