aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/BUILD
Commit message (Expand)AuthorAge
* Update size of mvn_diag_test and core_rnn_cell_test to medium to fix timeoutsGravatar Smit Hinsu2018-10-03
* disabling asan in 2 additional test that have been failingGravatar Olivia Nordquist2018-09-07
* failing in asan, disablingGravatar Olivia Nordquist2018-09-06
* Split unit test case for further parallelize.Gravatar Scott Zhu2018-08-15
* Update flaky test.Gravatar Scott Zhu2018-08-14
* Remove unused _SlimRNNCell.Gravatar Scott Zhu2018-07-09
* Disable flaky fused_rnn_cell_testGravatar Gunhan Gulsoy2018-05-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Patch dynamic_rnn to work in Eager modeGravatar Akshay Agrawal2017-10-20
* Disable flaky gru_ops_test in opensource.Gravatar Gunhan Gulsoy2017-10-17
* Internal changeGravatar Gunhan Gulsoy2017-10-12
* Link RNN ops/kernels in contrib/BUILD.Gravatar Adam Roberts2017-10-11
* Benchmark for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* reenabling tests that are passingGravatar Olivia Nordquist2017-09-12
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-25
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Increase test sizes to combat strange timeouts.Gravatar Eli Bendersky2017-06-16
* rnn_cell_test is failing on TSAN.Gravatar A. Unique TensorFlower2017-05-26
* RNN checkpoint migration toolGravatar Shanqing Cai2017-05-04
* RNNCell is now a subclass of tf.layers._Layer.Gravatar Eugene Brevdo2017-04-21
* Internal changesGravatar Rohan Jain2017-03-23
* Avoid merging adjacent XLA compilations from different scopes/functionsGravatar Eugene Brevdo2017-02-22
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* 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