From 1f826967da321f87b192bd1c29152b0f1fc51ed8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 25 Oct 2019 15:16:37 +0100 Subject: IVGCVSW-4032 Update BuildGuideAndroidNDK.md with the TF commit ID that has tf_proto_file.txt Signed-off-by: Nikhil Raj Signed-off-by: Aron Virginas-Tar Change-Id: Id925c136536c3c9182236b253220294bfd4619aa --- BuildGuideAndroidNDK.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BuildGuideAndroidNDK.md') diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md index e8bd5b7132..c1a9dfe1c9 100644 --- a/BuildGuideAndroidNDK.md +++ b/BuildGuideAndroidNDK.md @@ -134,8 +134,12 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire ```bash cd ~/armnn-devenv/google/ git clone https://github.com/tensorflow/tensorflow.git + cd tensorflow/ + git checkout a0043f9262dc1b0e7dc4bdf3a7f0ef0bebc4891e ``` + You need tensorflow/contrib/makefile/tf_proto_files.txt from TensorFlow to generate TensorFlow protobuf definitions. This file is not available in TensorFlow master branch. + #### Build ArmNN * Clone ArmNN source code: @@ -236,4 +240,3 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire ``` If libarmnnUtils.a is present in `~/armnn-devenv/armnn/build/` and the unit tests run without failure then the build was successful. - -- cgit v1.2.1