From ba8d4b696ed6389b9562621b1e89e817951fa555 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 3 Dec 2020 11:25:34 +0000 Subject: Update TF version in Cross compilation guide Signed-off-by: Nikhil Raj Change-Id: Ic8efc05bfea3ac007aec03b0b6d3edd3a9e18819 --- BuildGuideCrossCompilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md index 9f05ad562e..2b94ff6c4a 100644 --- a/BuildGuideCrossCompilation.md +++ b/BuildGuideCrossCompilation.md @@ -122,11 +122,11 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu ``` #### Build Tensorflow -* Building Tensorflow version 1.15: +* Building Tensorflow version 2.3.1: ```bash git clone https://github.com/tensorflow/tensorflow.git cd tensorflow/ - git checkout 590d6eef7e91a6a7392c8ffffb7b58f2e0c8bc6b + git checkout fcc4b966f1265f466e82617020af93670141b009 ../armnn/scripts/generate_tensorflow_protobuf.sh ../tensorflow-protobuf ../google/x86_64_pb_install ``` -- cgit v1.2.1