aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/grid_rnn
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* 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
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* 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
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* 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
* Push the bulk python tensorflow dependency down to individual leaf targets asGravatar A. Unique TensorFlower2016-09-01
* ** 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