1*3e777be0SXin Li# Arm NN Android Neural Networks driver 2*3e777be0SXin Li 3*3e777be0SXin LiThis directory contains the Arm NN driver for the Android Neural Networks API, implementing the [email protected], [email protected], [email protected] and [email protected] HALs. 4*3e777be0SXin Li 5*3e777be0SXin LiFor more information about supported operations and configurations, see [NnapiSupport.txt](NnapiSupport.txt) 6*3e777be0SXin Li 7*3e777be0SXin LiFor documentation about integrating this driver into an Android tree, see [Integrator Guide](docs/IntegratorGuide.md) 8*3e777be0SXin Li 9*3e777be0SXin LiFor FAQs and troubleshooting advice, see [FAQ.md](docs/FAQ.md) 10*3e777be0SXin Li 11*3e777be0SXin Li### License 12*3e777be0SXin Li 13*3e777be0SXin LiThe android-nn-driver is provided under the [MIT](https://spdx.org/licenses/MIT.html) license. 14*3e777be0SXin LiSee [LICENSE](LICENSE) for more information. Contributions to this project are accepted under the same license. 15*3e777be0SXin Li 16*3e777be0SXin LiIndividual files contain the following tag instead of the full license text. 17*3e777be0SXin Li 18*3e777be0SXin Li SPDX-License-Identifier: MIT 19*3e777be0SXin Li 20*3e777be0SXin LiThis enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/ 21