From 4429dab3c277ac7b230efc1c293204874f5a286c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 27 Apr 2023 12:02:08 +0100 Subject: IVGCVSW-7528 Update Arm NN documentation to reflect use of Tensorflow 2.12 Signed-off-by: Nikhil Raj Change-Id: Ib3aaba6d2bbe52978fc3e8873c78e4c2989131ed --- BuildGuideAndroidNDK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildGuideAndroidNDK.md') diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md index d93d4d4b84..b42e7e8916 100644 --- a/BuildGuideAndroidNDK.md +++ b/BuildGuideAndroidNDK.md @@ -167,7 +167,7 @@ First clone tensorflow: cd $WORKING_DIR git clone https://github.com/tensorflow/tensorflow.git cd tensorflow -git fetch && git checkout "tags/v2.10.0" +git fetch && git checkout "6f692f73cb2043b4a0b0446539cd8c15b3dd9220" ``` Arm NN provides a script that downloads the version of Tensorflow that Arm NN was tested with: ```bash -- cgit v1.2.1