aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/kernels
Commit message (Expand)AuthorAge
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Removing stream to clean up code.Gravatar A. Unique TensorFlower2016-10-27
* Make (tf.contrib) BlockLSTMOp take 3D tensors instead of lists of 2D tensors.Gravatar A. Unique TensorFlower2016-09-29
* Trivial change in tf.contrib.rnn: Remove code duplicationGravatar 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