1# Arm NN Android Neural Networks driver 2 3This 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 5For more information about supported operations and configurations, see [NnapiSupport.txt](NnapiSupport.txt) 6 7For documentation about integrating this driver into an Android tree, see [Integrator Guide](docs/IntegratorGuide.md) 8 9For FAQs and troubleshooting advice, see [FAQ.md](docs/FAQ.md) 10 11### License 12 13The android-nn-driver is provided under the [MIT](https://spdx.org/licenses/MIT.html) license. 14See [LICENSE](LICENSE) for more information. Contributions to this project are accepted under the same license. 15 16Individual files contain the following tag instead of the full license text. 17 18 SPDX-License-Identifier: MIT 19 20This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/ 21