android-nn-driver: update formatters for compiling

Update ALOG formatters to use the PRIu64 macros for the long format.

Test: build

Change-Id: Ifc53c78f7ec38fc3da0959463c74e153a70ee9f6
2 files changed
tree: 1fc171d33bfe19c012402f1260131bd0caee4e1e
  1. 1.0/
  2. 1.1/
  3. 1.2/
  4. 1.3/
  5. docs/
  6. test/
  7. .gitignore
  8. Android.bp
  9. android.hardware.neuralnetworks@1.0-service-armnn.rc
  10. android.hardware.neuralnetworks@1.1-service-armnn.rc
  11. android.hardware.neuralnetworks@1.2-service-armnn.rc
  12. android.hardware.neuralnetworks@1.3-service-armnn.rc
  13. Android.mk
  14. ArmnnDevice.cpp
  15. ArmnnDevice.hpp
  16. ArmnnDriver.hpp
  17. ArmnnDriverImpl.cpp
  18. ArmnnDriverImpl.hpp
  19. ArmnnPreparedModel.cpp
  20. ArmnnPreparedModel.hpp
  21. ArmnnPreparedModel_1_2.cpp
  22. ArmnnPreparedModel_1_2.hpp
  23. ArmnnPreparedModel_1_3.cpp
  24. ArmnnPreparedModel_1_3.hpp
  25. ConversionUtils.cpp
  26. ConversionUtils.hpp
  27. ConversionUtils_1_2.hpp
  28. ConversionUtils_1_3.hpp
  29. DriverOptions.cpp
  30. DriverOptions.hpp
  31. LICENSE
  32. ModelToINetworkConverter.cpp
  33. ModelToINetworkConverter.hpp
  34. NamespaceAdaptor.hpp
  35. NnapiSupport.txt
  36. README.md
  37. RequestThread.cpp
  38. RequestThread.hpp
  39. RequestThread_1_3.cpp
  40. RequestThread_1_3.hpp
  41. SECURITY.md
  42. service.cpp
  43. setup.sh
  44. SystemPropertiesUtils.hpp
  45. Utils.cpp
  46. 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.

Please Note: ArmNN Neural Networks driver does not currently support Mali OpenCL driver for android.hardware.neuralnetworks@1.3 HAL.

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/