aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/BUILD
Commit message (Expand)AuthorAge
* Add CompiledWrapper RNNCell with unit tests and benchmarks. Enables per-time...Gravatar Eugene Brevdo2017-01-31
* Automated rollback of change 145703555Gravatar Eugene Brevdo2017-01-27
* Make LSTMCell use Defuns to speed up static graph builds, add compiled flag.Gravatar Eugene Brevdo2017-01-26
* Remove explicit static linking from tests that load a shared library.Gravatar Suharsh Sivakumar2017-01-24
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Add op library for GRU contrib ops. I believe this is needed to link the ops ...Gravatar A. Unique TensorFlower2016-12-05
* 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
* gru_ops was missing a kernel_library build rule so it wasn't straight forward...Gravatar A. Unique TensorFlower2016-10-26
* Add op library and kernel library for lstm_ops custom ops.Gravatar Rohan Jain2016-10-14
* Automated rollback of change 135930862Gravatar Rohan Jain2016-10-13
* Add op library and kernel library for lstm_ops custom ops.Gravatar A. Unique TensorFlower2016-10-12
* 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
* Trivial change in tf.contrib.rnn: Remove code duplicationGravatar A. Unique TensorFlower2016-09-29
* Switch contrib/rnn ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-14
* Push the bulk python tensorflow dependency down to individual leaf targets asGravatar A. Unique TensorFlower2016-09-01
* Fused GRU cell implementation (CPU+GPU support)Gravatar A. Unique TensorFlower2016-08-23
* 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
* Re-enable rnn_test.Gravatar Eugene Brevdo2016-06-10
* Disable flaky rnn_test.Gravatar Josh Levenberg2016-06-09
* adding clarification of peephole/non-peephole description to LSTMCellGravatar A. Unique TensorFlower2016-04-20