aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/kernels
Commit message (Expand)AuthorAge
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* replace min for std:min to avoid issues with clang compilationGravatar A. Unique TensorFlower2017-10-24
* Collapse backprop implementation of LSTMBlockCell into one CUDA kernel.Gravatar A. Unique TensorFlower2017-10-13
* New CUDA kernel for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* Partition implementation of LSTMBlockCell{F,B}prop into separate CPU, GPUGravatar A. Unique TensorFlower2017-09-26
* Fix warnings.Gravatar Patrick Nguyen2017-06-19
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Add a convenience method "forward_input_or_allocate_temp" to use buffer forwa...Gravatar A. Unique TensorFlower2017-03-13
* 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