aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2024-01-18 12:46:23 +0000
committerNikhil Raj <nikhil.raj@arm.com>2024-01-18 16:09:24 +0000
commit7e65e87131043de6f91bda51c0def8513acfec87 (patch)
tree6eb5cda7b2963143ebeb956ac380d797287294a5
parent0d7963cdb0d12b206bd2963625a899ae9bb2f288 (diff)
downloadarmnn-7e65e87131043de6f91bda51c0def8513acfec87.tar.gz
IVGCVSW-8201 Update get_tensorflow.sh script in Arm NN with Tf 2.15
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I6002e8df95a6f4bdba6eb5ea5de5b09f6ef1676e
-rwxr-xr-xscripts/get_tensorflow.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_tensorflow.sh b/scripts/get_tensorflow.sh
index 9cceed662e..c102cb68d6 100755
--- a/scripts/get_tensorflow.sh
+++ b/scripts/get_tensorflow.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved.
#
# SPDX-License-Identifier: MIT
#
@@ -8,7 +8,7 @@
CMD=$( basename "$0" )
# Revision or tag that Arm NN has been tested with:
-DEFAULT_TENSORFLOW_REVISION=v2.14.0 # tag v2.14.0
+DEFAULT_TENSORFLOW_REVISION=v2.15.0 # tag v2.15.0
Usage() {
echo "Gets the revision or tag of TensorFlow that this version of Arm NN has been"