Add tensorflow module
authorSangmin Seo <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 02:19:09 +0000 (11:19 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Fri, 6 Apr 2018 04:22:45 +0000 (13:22 +0900)
For issue #332

This patch adds https://github.sec.samsung.net/RS7-STAR/Tensorflow/tree/nnfw
as a submodule.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
.gitmodules [new file with mode: 0644]
Makefile
externals/tensorflow [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..0e3e8dc
--- /dev/null
@@ -0,0 +1,4 @@
+[submodule "tensorflow"]
+       path = externals/tensorflow
+       url = git@github.sec.samsung.net:RS7-STAR/Tensorflow.git
+       branch = nnfw
index a7989f8..7db82a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ check: check_internal
 ### Command (internal)
 ###
 configure_internal:
+       git submodule update --init --recursive
        mkdir -p $(BUILD_ROOT)
        cmake -B$(CURDIR)/$(BUILD_ROOT) -H$(CURDIR) \
                -DCMAKE_INSTALL_PREFIX=$(INSTALL_PATH) \
diff --git a/externals/tensorflow b/externals/tensorflow
new file mode 160000 (submodule)
index 0000000..c41cb6f
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit c41cb6f05c0a6d5a077e009ff407148d5209b79e