aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2023-10-02 17:21:12 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2023-10-03 08:24:47 +0000
commitedefbc282556021b7ea4db5d88d4cce2f9782b15 (patch)
tree3c9e5bd8e7d6806905c328a4bc17452135213f7c /BuildGuideAndroidNDK.md
parent0f29328d7b2a3d52cf3cdeab9f09a75f0c67b3e5 (diff)
downloadarmnn-edefbc282556021b7ea4db5d88d4cce2f9782b15.tar.gz
IVGCVSW-7954 Upgrade ArmNN guides to TensorFlow v2.14.0
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I33e3ee8fa39b96ba042c974b43591c98d0bae592
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 8e634f3ff1..eea70b3e49 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -170,7 +170,7 @@ First clone Tensorflow manually and check out the version Arm NN was tested with
cd $WORKING_DIR
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow
-git fetch && git checkout v2.14.0-rc1
+git fetch && git checkout v2.14.0
```
Or use the script that Arm NN provides:
```bash