aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-09-06 12:12:44 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-09-06 12:17:48 +0100
commit012b4fc41c84481d35cdd93ee78a9da4e5d3328f (patch)
tree42af1aeb0b0a9d15eced9cb0014a1dc7b2b3e16c
parentbaa72679face5fdf5b3d776560e72992c10037ed (diff)
downloadandroid-nn-driver-master.tar.gz
Add deprecated message in master Readmemaster
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Id0bf70e761ec31f0eb5dc64388b48181cd0b254d
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d5bfdd3..8c507395 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# 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](NnapiSupport.txt)