From 13823a9ab5b0b30b7af5bb1c5a9ad40485629cf8 Mon Sep 17 00:00:00 2001 From: Idriss Chaouch Date: Thu, 28 Sep 2023 11:07:20 +0100 Subject: IVGCVSW-7954 Upgrade ArmNN to TensorFlow v2.14.0 from v2.14.0-rc1 * Update get_tensorflow.sh to TensorFlow v2.14.0 * Update BuildTool to use TF v2.14.0 * Update TensorFlow version on ArmNN guides Signed-off-by: Idriss Chaouch Change-Id: I52cf85f93a72f4881333e44509a1889938253803 --- build-tool/scripts/common.sh | 2 +- samples/ObjectDetection/Readme.md | 2 +- scripts/build_android_ndk_guide.sh | 2 +- scripts/get_tensorflow.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-tool/scripts/common.sh b/build-tool/scripts/common.sh index 0622d7e8ed..d966a358f7 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-rc1 # r2.14 +TENSORFLOW_VERSION=v2.14.0 # v2.14.0 TENSORFLOW_SRC="$SOURCE_DIR"/tensorflow TFLITE_SRC="$TENSORFLOW_SRC"/tensorflow/lite SCHEMA_SRC="$TFLITE_SRC"/schema/schema.fbs diff --git a/samples/ObjectDetection/Readme.md b/samples/ObjectDetection/Readme.md index 2b3a8d3e04..0cc41eb785 100644 --- a/samples/ObjectDetection/Readme.md +++ b/samples/ObjectDetection/Readme.md @@ -112,7 +112,7 @@ Example for Tensorflow Lite native compilation sudo apt install build-essential git clone https://github.com/tensorflow/tensorflow.git cd tensorflow/tensorflow -git checkout v2.14.0-rc1 +git checkout v2.14.0 mkdir build && cd build cmake ../lite -DTFLITE_ENABLE_XNNPACK=OFF make diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh index 51ff9b1b05..ce2e273f71 100755 --- a/scripts/build_android_ndk_guide.sh +++ b/scripts/build_android_ndk_guide.sh @@ -215,7 +215,7 @@ function GetAndBuildComputeLibrary { } function GetAndBuildTFLite { - TENSORFLOW_REVISION="tags/v2.14.0-rc1" # TF 2.14 rc1 + TENSORFLOW_REVISION="tags/v2.14.0" # TF 2.14.0 TFLITE_ROOT_DIR=${WORKING_DIR}/tensorflow/tensorflow/lite cd $WORKING_DIR diff --git a/scripts/get_tensorflow.sh b/scripts/get_tensorflow.sh index 6587cfcfe5..9cceed662e 100755 --- a/scripts/get_tensorflow.sh +++ b/scripts/get_tensorflow.sh @@ -8,7 +8,7 @@ CMD=$( basename "$0" ) # Revision or tag that Arm NN has been tested with: -DEFAULT_TENSORFLOW_REVISION=v2.14.0-rc1 # r2.14 branch +DEFAULT_TENSORFLOW_REVISION=v2.14.0 # tag v2.14.0 Usage() { echo "Gets the revision or tag of TensorFlow that this version of Arm NN has been" -- cgit v1.2.1