aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-08-19 11:42:21 +0100
committerTheodore Grey <theodore.grey@linaro.org>2020-08-19 11:42:21 +0100
commitc9959248a505a156b8ea7068d2d2c51659f586e3 (patch)
tree032ab5008e2e7d85cdecf44097894856f35844b7 /armnn-ci-build
parenta6f2d7da322a1fc80753baf602a8ddfcf49a7634 (diff)
armnn-ci-build: updating tensorflow from v1.1 to r2.0
Signed-off-by: Theodore Grey <theodore.grey@linaro.org> Change-Id: I1f40910924f91337fd281fe0575c28ea609729e3
Diffstat (limited to 'armnn-ci-build')
-rw-r--r--armnn-ci-build/builders-32bit.sh2
-rw-r--r--armnn-ci-build/builders.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/armnn-ci-build/builders-32bit.sh b/armnn-ci-build/builders-32bit.sh
index ea4b248532..1317b5dfd4 100644
--- a/armnn-ci-build/builders-32bit.sh
+++ b/armnn-ci-build/builders-32bit.sh
@@ -22,7 +22,7 @@ git clone --depth 1 https://github.com/Arm-software/ComputeLibrary.git
git clone https://github.com/Arm-software/armnn
wget https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2 && tar xf boost_1_64_0.tar.bz2
git clone --depth 1 -b v3.5.0 https://github.com/google/protobuf.git
-git clone --depth 1 https://github.com/tensorflow/tensorflow.git --branch v1.14.0 --single-branch
+git clone --depth 1 https://github.com/tensorflow/tensorflow.git --branch r2.0 --single-branch
wget -O flatbuffers-1.10.0.tar.gz https://github.com/google/flatbuffers/archive/v1.10.0.tar.gz && tar xf flatbuffers-1.10.0.tar.gz
diff --git a/armnn-ci-build/builders.sh b/armnn-ci-build/builders.sh
index a53e8fd240..6d06d141b3 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -13,7 +13,7 @@ git config --global user.name "Linaro CI"
git clone --depth 1 https://github.com/Arm-software/ComputeLibrary.git
git clone https://github.com/Arm-software/armnn
git clone --depth 1 -b v3.5.0 https://github.com/google/protobuf.git
-git clone --depth 1 https://github.com/tensorflow/tensorflow.git --branch v1.14.0 --single-branch
+git clone --depth 1 https://github.com/tensorflow/tensorflow.git --branch r2.0 --single-branch
git clone --depth 1 https://github.com/google/flatbuffers.git --branch v1.11.0 --single-branch
wget -q https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2 && tar xf boost_*.tar.bz2