aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/python/ops/lstm_ops.py
Commit message (Expand)AuthorAge
* updating documentation (#17406)Gravatar Russell Klopfer2018-03-14
* Merge pull request #16484 from halleywj/masterGravatar Martin Wicke2018-02-15
|\
* | [TF contrib RNN] Expose some rnn classes and functionality in contrib.Gravatar Eugene Brevdo2018-02-08
| * use gather_nd to _gather_states in LSTMBlockWapperGravatar Jun Wang2018-01-27
|/
* [tf.contrib.rnn] Fix regression in variable creation in fused LSTM/GRU cells.Gravatar Eugene Brevdo2017-12-15
* Convert LSTMFusedBlockCell to a plain Layer; it is not really an RNNCell.Gravatar Eugene Brevdo2017-12-13
* Move more contrib RNN objects to be Layers.Gravatar Eugene Brevdo2017-12-12
* Fix bug in peephole implementation of BlockLSTM Cell. Fix tests.Gravatar A. Unique TensorFlower2017-10-10
* Bugfix to LSTMBlockCell and friends: clipping is off by default.Gravatar Eugene Brevdo2017-10-03
* Exposing CudnnCompatibleRNN classes.Gravatar James Qin2017-08-30
* Cudnn compatible LSTMCell and LSTMBlockCellGravatar James Qin2017-06-27
* Support reuse cuDNNLSTM-trained checkpoints by multi-layer LSTM(Block)CellGravatar James Qin2017-06-20
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Unify op names between RNNCells and Keras layers.Gravatar Shanqing Cai2017-05-17
* Internal changesGravatar Rohan Jain2017-03-23
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Replace array_ops.unpack with array_ops.unstack in third_party/tensorflow.Gravatar A. Unique TensorFlower2016-12-16
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Cleanup and consistency for variable handling in RNNCells.Gravatar Eugene Brevdo2016-11-23
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Some clean up in prepration for removing RegisterShape from python API.Gravatar Vijay Vasudevan2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Avoid crashing if sequence_length is a Tensor.Gravatar A. Unique TensorFlower2016-10-11
* Documentation fixes for tf.contrib.rnn.Gravatar A. Unique TensorFlower2016-10-03
* General interface for fused RNN cells (that take an entire time sequence ofGravatar A. Unique TensorFlower2016-09-29
* Make (tf.contrib) BlockLSTMOp take 3D tensors instead of lists of 2D tensors.Gravatar A. Unique TensorFlower2016-09-29
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Switch contrib/rnn ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-14
* Rename LSTMFusedCell to LSTMBlockCellGravatar Eugene Brevdo2016-08-11
* Give tf.contrib.rnn fused RNN cell public visibility.Gravatar A. Unique TensorFlower2016-08-03
* Add tf.contrib.rnn.LSTMFusedCell. All code originally by William Chan.Gravatar Eugene Brevdo2016-07-29