From 1c3be8f66ea29632f600ee603604df5853e1ded8 Mon Sep 17 00:00:00 2001 From: Declan-ARM Date: Tue, 16 Jan 2024 12:10:41 +0000 Subject: IVGCVSW-8200 Update Build Tool to TF v2.15 * Tag updated from v2.14 to v2.15 in common build-tool script Signed-off-by: Declan-ARM Change-Id: Ib216d242a75f66429b3db0f59555e2f2f95cc0dd Signed-off-by: Nikhil Raj --- build-tool/scripts/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tool/scripts/common.sh b/build-tool/scripts/common.sh index 0c3927b71f..e68de99c9d 100755 --- a/build-tool/scripts/common.sh +++ b/build-tool/scripts/common.sh @@ -57,7 +57,7 @@ FLATBUFFERS_BUILD_TARGET="$FLATBUFFERS_BUILD_ROOT"/"$TARGET_ARCH"_build FLATBUFFERS_BUILD_HOST="$FLATBUFFERS_BUILD_ROOT"/"$HOST_ARCH"_build # Location of flatc compiler # Tensorflow -TENSORFLOW_VERSION=v2.14.0 # v2.14.0 +TENSORFLOW_VERSION=v2.15.0 # v2.15.0 TENSORFLOW_SRC="$SOURCE_DIR"/tensorflow TFLITE_SRC="$TENSORFLOW_SRC"/tensorflow/lite SCHEMA_SRC="$TFLITE_SRC"/schema/schema.fbs @@ -98,4 +98,4 @@ check_if_repository() popd > /dev/null return 1 fi -} \ No newline at end of file +} -- cgit v1.2.1