IVGCVSW-7090 Add licensing info to awkward files

Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Change-Id: I908aa5c7581b7bb1eebeb8e32625c9b64a9ff7e9
13 files changed
tree: 0a5f33c5c736d21d19795e8cfb74e31e8472d3cc
  1. .gitignore
  2. .gitignore.license
  3. 1.0/
  4. 1.1/
  5. 1.2/
  6. 1.3/
  7. Android.bp
  8. Android.mk
  9. ArmnnDevice.cpp
  10. ArmnnDevice.hpp
  11. ArmnnDriver.hpp
  12. ArmnnDriverImpl.cpp
  13. ArmnnDriverImpl.hpp
  14. ArmnnPreparedModel.cpp
  15. ArmnnPreparedModel.hpp
  16. ArmnnPreparedModel_1_2.cpp
  17. ArmnnPreparedModel_1_2.hpp
  18. ArmnnPreparedModel_1_3.cpp
  19. ArmnnPreparedModel_1_3.hpp
  20. CacheDataHandler.cpp
  21. CacheDataHandler.hpp
  22. ConversionUtils.cpp
  23. ConversionUtils.hpp
  24. ConversionUtils_1_2.hpp
  25. ConversionUtils_1_3.hpp
  26. DriverOptions.cpp
  27. DriverOptions.hpp
  28. LICENSE
  29. LICENSES/
  30. ModelToINetworkConverter.cpp
  31. ModelToINetworkConverter.hpp
  32. NnapiSupport.txt
  33. NnapiSupport.txt.license
  34. README.md
  35. README.md.license
  36. RequestThread.cpp
  37. RequestThread.hpp
  38. RequestThread_1_3.cpp
  39. RequestThread_1_3.hpp
  40. SECURITY.md
  41. SECURITY.md.license
  42. SystemPropertiesUtils.hpp
  43. Utils.cpp
  44. Utils.hpp
  45. android.hardware.neuralnetworks@1.0-service-armnn.rc
  46. android.hardware.neuralnetworks@1.0-service-armnn.rc.license
  47. android.hardware.neuralnetworks@1.1-service-armnn.rc
  48. android.hardware.neuralnetworks@1.1-service-armnn.rc.license
  49. android.hardware.neuralnetworks@1.2-service-armnn.rc
  50. android.hardware.neuralnetworks@1.2-service-armnn.rc.license
  51. android.hardware.neuralnetworks@1.3-service-armnn.rc
  52. android.hardware.neuralnetworks@1.3-service-armnn.rc.license
  53. docs/
  54. service.cpp
  55. setup.sh
  56. test/
README.md

Arm NN Android Neural Networks driver

This directory contains the Arm NN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1, android.hardware.neuralnetworks@1.2 and android.hardware.neuralnetworks@1.3 HALs.

For more information about supported operations and configurations, see NnapiSupport.txt

For documentation about integrating this driver into an Android tree, see Integrator Guide

For FAQs and troubleshooting advice, see FAQ.md

License

The android-nn-driver is provided under the MIT license. See LICENSE for more information. Contributions to this project are accepted under the same license.

Individual files contain the following tag instead of the full license text.

SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/