aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
Commit message (Collapse)AuthorAge
* Use external repository for protobuf dependency. (#1289)Gravatar David Z. Chen2016-05-26
| | | | | | | | | | | | | | | Currently, TensorFlow uses a Git submodule for its dependency on protobuf. This was due to the hack used in protobuf for building Python support with Bazel, which was required since Bazel's Python rules did not support adding directories to `PYTHONPATH`. Now that the new `imports` attribute has been added to the Python rules in Bazel 0.2 and the hack for Python support in protobuf has been removed, this change removes the `google/protobuf` Git submodule and adds an external repository for including protobuf. This patch also adds gmock.BUILD to the tensorflow repo. Fixes #1069 Fixes #2021
* TensorFlow: Upstream changes to git.Gravatar Manjunath Kudlur2015-11-08
| | | | | | | | Changes: - Docuementation changes. - Update URL for protobuf submodule. Base CL: 107345722
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108