aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/python/kernel_tests/core_rnn_cell_test.py
Commit message (Expand)AuthorAge
* Test cleanupsGravatar Asim Shankar2018-09-04
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Add IndRNN, IndyGRU and IndyLSTM cells.Gravatar A. Unique TensorFlower2018-07-10
* Remove unused _SlimRNNCell.Gravatar Scott Zhu2018-07-09
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Basic usability fixes for RNNCell wrappersGravatar Allen Lavoie2018-05-17
* Checkpointable: Have RNN wrappers add their cells as dependenciesGravatar Allen Lavoie2018-05-10
* Checkpointable: Have MultiRNNCell add its dependent cells as dependenciesGravatar Allen Lavoie2018-03-02
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Add a build method to LSTMCell.Gravatar Eugene Brevdo2017-10-26
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Convert cells to OO-based to reduce call() overheadGravatar A. Unique TensorFlower2017-10-03
* Bugfix to DropoutWrapper: never drop out the "c" (memory) of an LSTMStateTuple.Gravatar Eugene Brevdo2017-08-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Support customized residual function in the residual wrapper.Gravatar A. Unique TensorFlower2017-07-25
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Unify op names between RNNCells and Keras layers.Gravatar Shanqing Cai2017-05-17
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* RNNCells' trainable_weights and non_trainable_weights parameters return valid...Gravatar Eugene Brevdo2017-05-04
* RNNCell is now a subclass of tf.layers._Layer.Gravatar Eugene Brevdo2017-04-21
* Fix missing assertion methods in core_rnn_cell_test.pyGravatar Shanqing Cai2017-04-20
* [tf contrib rnn] Bugfix: DeviceWrapper's zero_state gets created on self.device.Gravatar Eugene Brevdo2017-04-19
* Improvements to tf.contrib.rnn.DropoutWrapperGravatar Eugene Brevdo2017-03-16
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Cleaner error messages for RNNCell scope failures.Gravatar Eugene Brevdo2017-02-28
* Make all RNNCells in tf.contrib.rnn act like tf.layers Layers, but with stric...Gravatar Eugene Brevdo2017-02-22
* 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
* Add DeviceWrapper and ResidualWrapper to tf.contrib.rnn.Gravatar Eugene Brevdo2017-01-24
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Provides links of tf.nn.rnn_cell.* under tf.contrib.rnn.Gravatar Jianwei Xie2016-12-01