Release 18.05.01
[platform/upstream/armnn.git] / README.md
1 # Arm NN
2
3 For more information about Arm NN, see: <https://developer.arm.com/products/processors/machine-learning/arm-nn>
4
5 There is a getting started guide here using TensorFlow: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-tensorflow>
6
7 There is a getting started guide here using Caffe: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-caffe>
8
9 ### Build Instructions
10
11 Arm tests the build system of Arm NN with the following build environments:
12
13 * Android NDK: [How to use Android NDK to build ArmNN](BuildGuideAndroidNDK.md)
14 * Cross compilation from x86_64 Ubuntu to arm64 Linux
15 * Native compilation under arm64 Debian 9
16
17 Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/) so it is possible to build for a wide variety of target platforms, from a wide variety of host environments.