aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_tensorflow.sh
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-10-10 10:06:12 +0100
committerColm Donelan <colm.donelan@arm.com>2022-10-21 16:21:17 +0100
commit718966fea8863edb0f91218cb28aeb32d17cb9c7 (patch)
tree464f4cbc36cb689e14b0295b01e55a461a1a0c42 /scripts/get_tensorflow.sh
parent81b88a2abfcb3d5afd3ae49bfdb628df2fd9d3f9 (diff)
downloadarmnn-718966fea8863edb0f91218cb28aeb32d17cb9c7.tar.gz
IVGCVSW-7126 Update Arm NN to Tensorflow 2.10
* Modify get_tensorflow.sh to point to the 2.10 Tensorflow tag. * Modify FindTfLite.cmake to handle the break up of libruy.a * Modify armnn_delegate.cpp to add registration_external field. * Prevent the serializer/deserializer from using a system installed version of flatc. Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: I688f33f387924ba29bf400f60e56f73b2329fdc1
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"