aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2020-12-03 11:25:34 +0000
committerNikhil Raj <nikhil.raj@arm.com>2020-12-03 11:25:34 +0000
commitba8d4b696ed6389b9562621b1e89e817951fa555 (patch)
tree42342208c81b1df2926b91f25c3db2c5bc28f15b /BuildGuideCrossCompilation.md
parente9444751017fe108ce80fd5c270d04fffeb14e1e (diff)
downloadarmnn-ba8d4b696ed6389b9562621b1e89e817951fa555.tar.gz
Update TF version in Cross compilation guide
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ic8efc05bfea3ac007aec03b0b6d3edd3a9e18819
Diffstat (limited to 'BuildGuideCrossCompilation.md')
-rw-r--r--BuildGuideCrossCompilation.md4
1 files 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
```
#### <a name="buildtf">Build Tensorflow</a>
-* 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
```