aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorTracy Narine <tracy.narine@arm.com>2024-01-17 13:14:28 +0000
committerTracy Narine <tracy.narine@arm.com>2024-01-17 13:38:01 +0000
commit8ea6c2d43394ce5f8dd4bc136f897e2df7a63d07 (patch)
tree3e91e3736fa23f4b9f387dbb2466f44c65c2c083 /BuildGuideAndroidNDK.md
parent87f598feaf27463e32ab55864c0455eae8248018 (diff)
downloadarmnn-8ea6c2d43394ce5f8dd4bc136f897e2df7a63d07.tar.gz
IVGCVSW-8202 Update documents after TF 2.15 update
* Updated .md files with new version number Signed-off-by: Tracy Narine <tracy.narine@arm.com> Change-Id: I351d141838b95aca29f3ebe43f7e2f9944ec3417
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 eea70b3e49..1c1864db70 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
+git fetch && git checkout v2.15.0
```
Or use the script that Arm NN provides:
```bash