aboutsummaryrefslogtreecommitdiff
path: root/docs/04_use_guides.dox
blob: 1ecef4a2152db913490c87513cae0fd2a84f91c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

**/
}