aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
Commit message (Collapse)AuthorAge
* Remove submodule for protobuf from stagingGravatar Vijay Vasudevan2016-05-27
|
* Revert protobuf gitmodules back to githubGravatar Vijay Vasudevan2016-03-24
|
* Add dependency for contrib kernels.Gravatar A. Unique TensorFlower2016-03-23
| | | | Change: 117967381
* Creating a new contrib directory for audio ops using FFmpeg.Gravatar A. Unique TensorFlower2016-03-23
| | | | Change: 117956472
* Make it possible to set a data type for variables that come out of constantsGravatar A. Unique TensorFlower2016-03-23
| | | | | | | without major contortions, e.g. foo = variables.Variable(3.14, name="pi", trainable=False, dtype=tf.half) Change: 117916139
* Improvements to TensorFlow android rulesGravatar A. Unique TensorFlower2016-02-09
| | | | Change: 114273085
* TensorFlow: change int -> size_t to silence warningGravatar Vijay Vasudevan2016-02-09
| | | | Change: 114243879
* 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