From 7e65e87131043de6f91bda51c0def8513acfec87 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 18 Jan 2024 12:46:23 +0000 Subject: IVGCVSW-8201 Update get_tensorflow.sh script in Arm NN with Tf 2.15 Signed-off-by: Nikhil Raj Change-Id: I6002e8df95a6f4bdba6eb5ea5de5b09f6ef1676e --- scripts/get_tensorflow.sh | 4 ++-- 1 file 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" -- cgit v1.2.1