aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/ops
Commit message (Expand)AuthorAge
* contrib: minor spelling tweaks (#17788)Gravatar brett koonce2018-03-17
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Remove explicit static linking from tests that load a shared library.Gravatar Suharsh Sivakumar2017-01-24
* Make (tf.contrib) BlockLSTMOp take 3D tensors instead of lists of 2D tensors.Gravatar A. Unique TensorFlower2016-09-29
* Switch contrib/rnn ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-14
* 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