IVGCVSW-4130 Remove clframework from android-nn-driver build.

Signed-off-by: Colm Donelan <colm.donelan@arm.com>
Change-Id: I019bdab899de19c1a2cb6bbd72dd38ceb677d98b
3 files changed
tree: 7f3d6ddee1234ef908b1c192a7f47cc450486ccf
  1. .gitignore
  2. 1.0/
  3. 1.1/
  4. 1.2/
  5. Android.bp
  6. ArmnnDevice.cpp
  7. ArmnnDevice.hpp
  8. ArmnnDriver.hpp
  9. ArmnnDriverImpl.cpp
  10. ArmnnDriverImpl.hpp
  11. ArmnnPreparedModel.cpp
  12. ArmnnPreparedModel.hpp
  13. ArmnnPreparedModel_1_2.cpp
  14. ArmnnPreparedModel_1_2.hpp
  15. ConversionUtils.cpp
  16. ConversionUtils.hpp
  17. DriverOptions.cpp
  18. DriverOptions.hpp
  19. LICENSE
  20. ModelToINetworkConverter.cpp
  21. ModelToINetworkConverter.hpp
  22. NnapiSupport.txt
  23. README.md
  24. RequestThread.cpp
  25. RequestThread.hpp
  26. SystemPropertiesUtils.hpp
  27. Utils.cpp
  28. Utils.hpp
  29. android.hardware.neuralnetworks@1.0-service-armnn.rc
  30. android.hardware.neuralnetworks@1.1-service-armnn.rc
  31. android.hardware.neuralnetworks@1.2-service-armnn.rc
  32. androidnn.go
  33. docs/
  34. service.cpp
  35. setup.sh
  36. test/
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 and android.hardware.neuralnetworks@1.2 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/