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. 1.0/
  2. 1.1/
  3. 1.2/
  4. docs/
  5. test/
  6. .gitignore
  7. Android.bp
  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. androidnn.go
  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. ConversionUtils.cpp
  22. ConversionUtils.hpp
  23. DriverOptions.cpp
  24. DriverOptions.hpp
  25. LICENSE
  26. ModelToINetworkConverter.cpp
  27. ModelToINetworkConverter.hpp
  28. NnapiSupport.txt
  29. README.md
  30. RequestThread.cpp
  31. RequestThread.hpp
  32. service.cpp
  33. setup.sh
  34. SystemPropertiesUtils.hpp
  35. Utils.cpp
  36. 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 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/