Add deprecated message in master Readme

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: Id0bf70e761ec31f0eb5dc64388b48181cd0b254d
1 file changed
tree: 42af1aeb0b0a9d15eced9cb0014a1dc7b2b3e16c
  1. 1.0/
  2. 1.1/
  3. 1.2/
  4. 1.3/
  5. docs/
  6. LICENSES/
  7. test/
  8. .gitignore
  9. .gitignore.license
  10. Android.bp
  11. android.hardware.neuralnetworks@1.0-service-armnn.rc
  12. android.hardware.neuralnetworks@1.0-service-armnn.rc.license
  13. android.hardware.neuralnetworks@1.1-service-armnn.rc
  14. android.hardware.neuralnetworks@1.1-service-armnn.rc.license
  15. android.hardware.neuralnetworks@1.2-service-armnn.rc
  16. android.hardware.neuralnetworks@1.2-service-armnn.rc.license
  17. android.hardware.neuralnetworks@1.3-service-armnn.rc
  18. android.hardware.neuralnetworks@1.3-service-armnn.rc.license
  19. Android.mk
  20. ArmnnDevice.cpp
  21. ArmnnDevice.hpp
  22. ArmnnDriver.hpp
  23. ArmnnDriverImpl.cpp
  24. ArmnnDriverImpl.hpp
  25. ArmnnPreparedModel.cpp
  26. ArmnnPreparedModel.hpp
  27. ArmnnPreparedModel_1_2.cpp
  28. ArmnnPreparedModel_1_2.hpp
  29. ArmnnPreparedModel_1_3.cpp
  30. ArmnnPreparedModel_1_3.hpp
  31. CacheDataHandler.cpp
  32. CacheDataHandler.hpp
  33. ConversionUtils.cpp
  34. ConversionUtils.hpp
  35. ConversionUtils_1_2.hpp
  36. ConversionUtils_1_3.hpp
  37. DriverOptions.cpp
  38. DriverOptions.hpp
  39. LICENSE
  40. LICENSE.spdx
  41. ModelToINetworkConverter.cpp
  42. ModelToINetworkConverter.hpp
  43. NnapiSupport.txt
  44. NnapiSupport.txt.license
  45. README.md
  46. README.md.license
  47. RequestThread.cpp
  48. RequestThread.hpp
  49. RequestThread_1_3.cpp
  50. RequestThread_1_3.hpp
  51. SECURITY.md
  52. SECURITY.md.license
  53. service.cpp
  54. setup.sh
  55. SystemPropertiesUtils.hpp
  56. Utils.cpp
  57. Utils.hpp
README.md

Arm NN Android Neural Networks driver

This branch is deprecated

This project's primary branch is now called main.

To checkout the ‘main’ branch you first need to clone the Android NN repository: ‘https://github.com/ARM-software/android-nn-driver.git

You should ‘git checkout main’ and ‘git pull origin main’ from now on.

This directory contains the Arm NN 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/