aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2022-10-05 11:21:53 +0100
committerJames Conroy <james.conroy@arm.com>2022-10-24 17:19:41 +0000
commit2d273bf8487f455117b5d5d28c304b9c663feb51 (patch)
treefe957c5aec7f4e4c24c93013912a3578fda20db8
parentc4fbbec63979d99d6cc722aa848896880cc266ec (diff)
downloadarmnn-2d273bf8487f455117b5d5d28c304b9c663feb51.tar.gz
IVGCVSW-7126 Upgrade build-tool TensorFlow/Flatbuffers
* Upgrade FlatBuffers to 2.0.6. * Upgrade TensorFlow to 2.10.0. Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: I537141ccfea208e2ff5c16d76f288f477efd89f9
-rwxr-xr-xbuild-tool/scripts/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-tool/scripts/common.sh b/build-tool/scripts/common.sh
index 63512182ee..f0e02df9c9 100755
--- a/build-tool/scripts/common.sh
+++ b/build-tool/scripts/common.sh
@@ -39,14 +39,14 @@ fi
AARCH64_COMPILER_FLAGS+="CC=/usr/bin/aarch64-linux-gnu-gcc CXX=/usr/bin/aarch64-linux-gnu-g++ "
# Flatbuffers
-FLATBUFFERS_VERSION=1.12.0
+FLATBUFFERS_VERSION=2.0.6
FLATBUFFERS_SRC="$SOURCE_DIR"/flatbuffers-"$FLATBUFFERS_VERSION"
FLATBUFFERS_BUILD_ROOT="$BUILD_DIR"/flatbuffers
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="tags/v2.5.0"
+TENSORFLOW_VERSION="tags/v2.10.0"
TENSORFLOW_SRC="$SOURCE_DIR"/tensorflow
TFLITE_SRC="$TENSORFLOW_SRC"/tensorflow/lite
SCHEMA_SRC="$TFLITE_SRC"/schema/schema.fbs