blob: 35abf3229ed5df9775dc5ae1a0159bed292da175 [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 buildguides Build Guides
10@tableofcontents
11
12This page links all guides to build and/or install Arm NN tools. Some of these guides are not hosted in our
13repository and will lead you to guides on
14https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
15
16Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/), therefore it is possible
17to build for a wide variety of target platforms, from a wide variety of host environments.
18
19Arm NN is managed by a single CMake project. That allows you to build multiple tools at once by combining the CMake
20options from different build guides.
21
22## TfLite Delegate build guide
Jan Eilers84f41eb2021-01-31 19:56:23 +000023 - @subpage md_delegate_BuildGuideNative
Jan Eilers31a7c892021-01-29 14:18:13 +000024
25**/
26}