Compile ArmNN shim over the support library am: cdf7e04e3b

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

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

ArmNN Android Neural Networks driver

This directory contains the ArmNN 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/