aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/grid_rnn/python
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Add missing spaces in multiline strings (#17402)Gravatar Julian Eisenschlos2018-03-14
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* GridRNN creates multiple internal cell instances - one for each dim.Gravatar Eugene Brevdo2017-02-03
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Update caller to move from tf.nn.rnn to (the identical) tf.contrib.rnn.static...Gravatar Jianwei Xie2016-12-10
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* ** BREAKING CHANGE **Gravatar Eugene Brevdo2016-08-11
* Support nested inputs and outputs in rnn containers.Gravatar Adria Puigdomenech2016-06-29
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Move core Slim layers into contrib.layers.Gravatar A. Unique TensorFlower2016-05-23
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18