aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_tensorflow.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_tensorflow.sh')
-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 636dddcaf4..9bd6f5b20c 100755
--- a/scripts/get_tensorflow.sh
+++ b/scripts/get_tensorflow.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2022 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="tags/v2.5.0" # Release 2.5.0 tag
+DEFAULT_TENSORFLOW_REVISION="tags/v2.10.0" # Release 2.10.0 tag
Usage() {
echo "Gets the revision or tag of TensorFlow that this version of Arm NN has been"