android-nn-driver: adapt to S namespacing

This is a big sed that adapts the namespacing of a frameworks/ml file
from how the names were in Q to how they are in S.
These modifications more distinctly identify the names.

Test: local build

Change-Id: Ia029205691f1225044fed6a531ff12afe9c8e6bc
22 files changed
tree: a5574bde521c1ba42a26a9c8b154da2719a58967
  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. Android.mk
  12. androidnn.go
  13. ArmnnDevice.cpp
  14. ArmnnDevice.hpp
  15. ArmnnDriver.hpp
  16. ArmnnDriverImpl.cpp
  17. ArmnnDriverImpl.hpp
  18. ArmnnPreparedModel.cpp
  19. ArmnnPreparedModel.hpp
  20. ArmnnPreparedModel_1_2.cpp
  21. ArmnnPreparedModel_1_2.hpp
  22. ConversionUtils.cpp
  23. ConversionUtils.hpp
  24. DriverOptions.cpp
  25. DriverOptions.hpp
  26. LICENSE
  27. ModelToINetworkConverter.cpp
  28. ModelToINetworkConverter.hpp
  29. NamespaceAdaptor.hpp
  30. NnapiSupport.txt
  31. README.md
  32. RequestThread.cpp
  33. RequestThread.hpp
  34. service.cpp
  35. setup.sh
  36. SystemPropertiesUtils.hpp
  37. Utils.cpp
  38. 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/