Compile ArmNN shim over the support library

Disabling the android-nn-driver project that built the old HIDL NNAPI service. The new AIDL service is build from external/armnn/shim.

This project will be completely removed as a follow up step.

Test: Local run of CtsNNAPITestCases
Test: Local run of VtsHalNeuralnetworksTargetTest
Test: Local run of MLTS Benchmark
Bug: 283724775
Merged-In: I05db9ccc0f86dd196eaf73ede6fda4c52fcd2b8b
Change-Id: I69b508772da60848579b46b1bfa446234e8bb0ca
4 files changed
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/