aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/layers/recurrent.py
Commit message (Expand)AuthorAge
* Update Keras RNN layer to support time major input.Gravatar Scott Zhu2018-10-02
* Update docstring for RNN cells to bring up the awareness of the CuDNN layers.Gravatar Scott Zhu2018-08-29
* Merge pull request #21462 from yanboliang:rnn-gpuGravatar TensorFlower Gardener2018-08-25
|\
* | Update StackedRNNCell to have the same order of state_size as the cell.Gravatar Scott Zhu2018-08-24
* | 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
* | Consolidate the RNN cell interface between Keras and TF RNN.Gravatar Scott Zhu2018-08-09
* | Update Keras RNN to support high dimensional inputs and states.Gravatar Scott Zhu2018-08-08
| * RNN.call should get initial state from full input specGravatar Yanbo Liang2018-08-07
|/
* Remove deprecated Recurrent class from RNN.Gravatar Scott Zhu2018-08-01
* Fix checkpointable dependencies in recurrent layers.Gravatar Pavithra Vijay2018-07-16
* Update RNN document for the `cell` parameter type.Gravatar Scott Zhu2018-07-09
* Remove hourglass imports for python/keras/engine/...Gravatar Allen Lavoie2018-06-22
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17