aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/__init__.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Add IndRNN, IndyGRU and IndyLSTM cells.Gravatar A. Unique TensorFlower2018-07-10
* Expose SRUCell via tf.contrib.rnn.Gravatar RJ Ryan2018-06-28
* [TF contrib RNN] Expose some rnn classes and functionality in contrib.Gravatar Eugene Brevdo2018-02-08
* Revamp CudnnRNN SaveablesGravatar James Qin2017-08-24
* Convert unused headings to comments.Gravatar Mark Daoust2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Adding HighwayWrapper for rnn cell that creates a highway skip connection bet...Gravatar A. Unique TensorFlower2017-05-01
* Include PhasedLSTMCell to the tf.contrib.rnn module.Gravatar A. Unique TensorFlower2017-03-29
* Add missing import for bidirectional grid LSTM.Gravatar A. Unique TensorFlower2017-03-09
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Also export `tf.contrib.rnn.stack_bidirectional_rnn`.Gravatar Patrick Nguyen2017-02-22
* Added rnn cell from Neural Architecture Search with Reinforcement Learning intoGravatar A. Unique TensorFlower2017-02-14
* Documentation changes to adhere to new doc generatorGravatar Andrew Selle2017-02-13
* Add CompiledWrapper RNNCell with unit tests and benchmarks. Enables per-time...Gravatar Eugene Brevdo2017-01-31
* Makes tf.contrib.rnn.stack_bidirectional_dynamic_rnn() visible.Gravatar A. Unique TensorFlower2017-01-30
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Add DeviceWrapper and ResidualWrapper to tf.contrib.rnn.Gravatar Eugene Brevdo2017-01-24
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Move the implementation code of static_rnn, static_bidirectional_rnn and stat...Gravatar Jianwei Xie2016-12-15
* Provides links of tf.nn.rnn_cell.* under tf.contrib.rnn.Gravatar Jianwei Xie2016-12-01
* Provides links to tf.nn.{rnn,bidirectional_rnn,state_saving_rnn} in tf.contri...Gravatar Jianwei Xie2016-12-01
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Documentation fixes for tf.contrib.rnn.Gravatar A. Unique TensorFlower2016-10-03
* Helper functions to build multilayer bidirectional rnn.Gravatar A. Unique TensorFlower2016-09-30
* General interface for fused RNN cells (that take an entire time sequence ofGravatar A. Unique TensorFlower2016-09-29
* Fused GRU cell implementation (CPU+GPU support)Gravatar A. Unique TensorFlower2016-08-23
* Rename LSTMFusedCell to LSTMBlockCellGravatar Eugene Brevdo2016-08-11
* Add tf.contrib.rnn.LSTMFusedCell. All code originally by William Chan.Gravatar Eugene Brevdo2016-07-29
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* adding clarification of peephole/non-peephole description to LSTMCellGravatar A. Unique TensorFlower2016-04-20