blob: 1ecef4a2152db913490c87513cae0fd2a84f91c2 [file] [log] [blame]
Jan Eilers31a7c892021-01-29 14:18:13 +00001/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
2///
3/// SPDX-License-Identifier: MIT
4///
5
6namespace armnn
7{
8/**
9@page useguides Integration Guides
10@tableofcontents
11
12This page links all guides that explain how to use Arm NN tools and how to integrate them into your own project.
13Some of these guides may not be hosted in our repository and will lead you to guides on
14https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
15
16
17## TfLite delegate guides
Jan Eilers84f41eb2021-01-31 19:56:23 +000018 - @subpage md_delegate_IntegrateDelegateIntoPython
Jan Eilers31a7c892021-01-29 14:18:13 +000019
20**/
21}