aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorIdriss Chaouch <idriss.chaouch@arm.com>2023-09-28 11:07:20 +0100
committerIdriss Chaouch <idriss.chaouch@arm.com>2023-09-29 15:44:10 +0100
commit13823a9ab5b0b30b7af5bb1c5a9ad40485629cf8 (patch)
tree832264fbfaf282c1515ab40bdc83d87597e73d1e /samples
parent077cddbe9e956c6740557a9add499385f235c384 (diff)
downloadarmnn-13823a9ab5b0b30b7af5bb1c5a9ad40485629cf8.tar.gz
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 <idriss.chaouch@arm.com> Change-Id: I52cf85f93a72f4881333e44509a1889938253803
Diffstat (limited to 'samples')
-rw-r--r--samples/ObjectDetection/Readme.md2
1 files changed, 1 insertions, 1 deletions
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