blob: f2697d81c084590a569cb52267ca069072d4971d [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/**
Nikhil Raj3f22d272021-11-05 12:26:41 +00009@page buildguides Build Guides
Jan Eilers31a7c892021-01-29 14:18:13 +000010@tableofcontents
11
Jan Eilers72a99292021-02-08 09:23:21 +000012This page links all guides to build and/or install Arm NN tools hosted in our repository.
13You can find additional tutorials on
Jan Eilers31a7c892021-01-29 14:18:13 +000014https://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
Jan Eilers72a99292021-02-08 09:23:21 +000022## Installation via APT Repository
23 - @subpage md_InstallationViaAptRepository
24
Jan Eilers31a7c892021-01-29 14:18:13 +000025## TfLite Delegate build guide
Jan Eilers84f41eb2021-01-31 19:56:23 +000026 - @subpage md_delegate_BuildGuideNative
Jan Eilers31a7c892021-01-29 14:18:13 +000027
Jan Eilers72a99292021-02-08 09:23:21 +000028## Android NDK and Arm NN
29 - @subpage md_BuildGuideAndroidNDK
30
Jan Eilers31a7c892021-01-29 14:18:13 +000031**/
32}