[automerger skipped] Merge Android 14 QPR1 am: fb178f802f -s ours

am skip reason: Merged-In I2120590a4e196926822a54a14e5d70df8198fe77 with SHA-1 f8d77bb18b is already in history

Original change: https://android-review.googlesource.com/c/platform/external/android-nn-driver/+/2866380

Change-Id: I3e49fbcc3500be5f8f52f3cf711cc204d04826a2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 83f01e6a11ef3f6ce2762a6d381d1b8b000fa2f4
  1. 1.0/
  2. 1.1/
  3. 1.2/
  4. 1.3/
  5. docs/
  6. LICENSES/
  7. test/
  8. .gitignore
  9. .gitignore.license
  10. android.hardware.neuralnetworks@1.0-service-armnn.rc
  11. android.hardware.neuralnetworks@1.0-service-armnn.rc.license
  12. android.hardware.neuralnetworks@1.1-service-armnn.rc
  13. android.hardware.neuralnetworks@1.1-service-armnn.rc.license
  14. android.hardware.neuralnetworks@1.2-service-armnn.rc
  15. android.hardware.neuralnetworks@1.2-service-armnn.rc.license
  16. android.hardware.neuralnetworks@1.3-service-armnn.rc
  17. android.hardware.neuralnetworks@1.3-service-armnn.rc.license
  18. ArmnnDevice.cpp
  19. ArmnnDevice.hpp
  20. ArmnnDriver.hpp
  21. ArmnnDriverImpl.cpp
  22. ArmnnDriverImpl.hpp
  23. ArmnnPreparedModel.cpp
  24. ArmnnPreparedModel.hpp
  25. ArmnnPreparedModel_1_2.cpp
  26. ArmnnPreparedModel_1_2.hpp
  27. ArmnnPreparedModel_1_3.cpp
  28. ArmnnPreparedModel_1_3.hpp
  29. CacheDataHandler.cpp
  30. CacheDataHandler.hpp
  31. ConversionUtils.cpp
  32. ConversionUtils.hpp
  33. ConversionUtils_1_2.hpp
  34. ConversionUtils_1_3.hpp
  35. DriverOptions.cpp
  36. DriverOptions.hpp
  37. LICENSE
  38. LICENSE.spdx
  39. ModelToINetworkConverter.cpp
  40. ModelToINetworkConverter.hpp
  41. NamespaceAdaptor.hpp
  42. NnapiSupport.txt
  43. NnapiSupport.txt.license
  44. OWNERS
  45. README.md
  46. README.md.license
  47. RequestThread.cpp
  48. RequestThread.hpp
  49. RequestThread_1_3.cpp
  50. RequestThread_1_3.hpp
  51. SECURITY.md
  52. SECURITY.md.license
  53. service.cpp
  54. setup.sh
  55. SystemPropertiesUtils.hpp
  56. Utils.cpp
  57. Utils.hpp
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/