aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/rnn_cell_impl.py
Commit message (Expand)AuthorAge
* Add deprecation notice for BasicRNNCell, which will be replaced by keras.Simp...Gravatar Scott Zhu2018-10-01
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
* Revert PR #21997: Fixes the formatting issue pointed out at #21762Gravatar James Qin2018-09-14
* fix comments for _dynamic_rnn_loop and LSTMCell::callGravatar pengwa2018-09-10
* Merge pull request #21997 from coder3101:fix-21762Gravatar TensorFlower Gardener2018-09-07
|\
* \ Merge pull request #22072 from vinacmg:patch-3Gravatar TensorFlower Gardener2018-09-06
|\ \
| * | LSTMCell base article at rnn_cell_impl.pyGravatar Vinícius Camargo2018-09-04
|/ /
| * updated changes requested. Converted %(input_shape,) to % str(input_shape)Gravatar coder31012018-09-02
| * Fixes the formatting issue pointed out at #21762Gravatar coder31012018-09-01
* | Update docstring for RNN cells to bring up the awareness of the CuDNN layers.Gravatar Scott Zhu2018-08-29
|/
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* Automated rollback of commit fc4504edb1ab419ae59b0ebb9ff8d943beb61117Gravatar Scott Zhu2018-08-20
* Unify RNN Cell interface between TF and Keras.Gravatar Scott Zhu2018-08-20
* [RNN] Update TF GRU and BasicRNN cell to support Keras RNN layer.Gravatar Scott Zhu2018-08-14
* Add serialization function for TF LSTM cell.Gravatar Scott Zhu2018-08-10
* Internal cleanupGravatar Scott Zhu2018-08-09
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Deprecate BasicLSTMCell and push user to use LSTMCell instead.Gravatar Scott Zhu2018-08-07
* Automated rollback of commit 93cb777778d151df1ab12a1f65b8dada91a28583Gravatar Scott Zhu2018-08-06
* Deprecate BasicLSTMCell and push user to use LSTMCell instead.Gravatar Scott Zhu2018-08-06
* Warn if creating a MultiRNNCell with multiple identical cell objects.Gravatar James Keeling2018-07-25
* Remove the unused _like_rnncell function and prefer the assert_like_rnncellGravatar Scott Zhu2018-07-10
* Remove unused _SlimRNNCell.Gravatar Scott Zhu2018-07-09
* Split dependency tracking out from CheckpointableBaseGravatar Allen Lavoie2018-06-22
* Basic usability fixes for RNNCell wrappersGravatar Allen Lavoie2018-05-17
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Checkpointable: Have RNN wrappers add their cells as dependenciesGravatar Allen Lavoie2018-05-10
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Supply a dtype to super constructor, without which build() seems to crash.Gravatar A. Unique TensorFlower2018-04-16
* Add RNNClassifierGravatar A. Unique TensorFlower2018-04-06
* Improve errors raised when an object does not match the RNNCell interface.Gravatar A. Unique TensorFlower2018-03-11
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Don't throw errors if non-Checkpointable objects are passed to MultiRNNCellGravatar Allen Lavoie2018-03-02
* Checkpointable: Have MultiRNNCell add its dependent cells as dependenciesGravatar Allen Lavoie2018-03-02
* [TF contrib RNN] Expose some rnn classes and functionality in contrib.Gravatar Eugene Brevdo2018-02-08
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Internal cleanup.Gravatar A. Unique TensorFlower2018-01-02
* Convert LSTMFusedBlockCell to a plain Layer; it is not really an RNNCell.Gravatar Eugene Brevdo2017-12-13
* Move more contrib RNN objects to be Layers.Gravatar Eugene Brevdo2017-12-12
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Add a build method to LSTMCell.Gravatar Eugene Brevdo2017-10-26
* bool() for eager variablesGravatar Alexandre Passos2017-10-24
* Make BasicLSTMCell build its variables like a proper tf.layers.Layer.Gravatar Eugene Brevdo2017-10-23
* math_grad: Fast path for when broadcasting is not needed.Gravatar A. Unique TensorFlower2017-10-16
* Convert cells to OO-based to reduce call() overheadGravatar A. Unique TensorFlower2017-10-03
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Unify usage of eager/graph cell and embedding_lookupGravatar A. Unique TensorFlower2017-09-05
* Bugfix to DropoutWrapper: never drop out the "c" (memory) of an LSTMStateTuple.Gravatar Eugene Brevdo2017-08-22