From a611dc2709e2560e21cdc480046347cde1f404c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=84=9C=EC=83=81=EB=AF=BC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Fri, 4 May 2018 10:02:17 +0900 Subject: [PATCH] Change the git url for tensorflow submodule (#1070) For issue #1069 This patch changes the git url and branch for the tensorflow submodule as Tizen's. Signed-off-by: Sangmin Seo --- .gitmodules | 4 ++-- externals/tensorflow | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 81043d3..33861b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "tensorflow"] path = externals/tensorflow - url = git@github.sec.samsung.net:RS7-STAR/Tensorflow.git - branch = nnfw + url = git://git.tizen.org/platform/upstream/tensorflow + branch = tizen [submodule "acl"] path = externals/acl url = git://git.tizen.org/platform/upstream/armcl diff --git a/externals/tensorflow b/externals/tensorflow index ce5e875..1b0a020 160000 --- a/externals/tensorflow +++ b/externals/tensorflow @@ -1 +1 @@ -Subproject commit ce5e875fe735ebfddfbcf7361840cb6e9887a468 +Subproject commit 1b0a0203bb23f15c42fa66ea9f9001041465e658 -- 2.7.4