1/// 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 hosted in our repository. 13You can find additional tutorials 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## Installation via APT Repository 23 - @subpage md_InstallationViaAptRepository 24 25## TfLite Delegate build guide 26 - @subpage md_delegate_BuildGuideNative 27 28## Android NDK and Arm NN 29 - @subpage md_BuildGuideAndroidNDK 30 31**/ 32}