blob: 3671c178449e3b15ec1495414845c0688042824d [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
Jan Eilers72a99292021-02-08 09:23:21 +000011This page links all guides to build and/or install Arm NN tools hosted in our repository.
12You can find additional tutorials on
Jan Eilers31a7c892021-01-29 14:18:13 +000013https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
14
15Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/), therefore it is possible
16to build for a wide variety of target platforms, from a wide variety of host environments.
17
18Arm NN is managed by a single CMake project. That allows you to build multiple tools at once by combining the CMake
19options from different build guides.
20
Jan Eilers72a99292021-02-08 09:23:21 +000021## Installation via APT Repository
22 - @subpage md_InstallationViaAptRepository
23
Jan Eilers31a7c892021-01-29 14:18:13 +000024## TfLite Delegate build guide
Jan Eilers84f41eb2021-01-31 19:56:23 +000025 - @subpage md_delegate_BuildGuideNative
Jan Eilers31a7c892021-01-29 14:18:13 +000026
Jan Eilers72a99292021-02-08 09:23:21 +000027## Android NDK and Arm NN
28 - @subpage md_BuildGuideAndroidNDK
29
Jan Eilers31a7c892021-01-29 14:18:13 +000030**/
31}