aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/rnn_cell.py
Commit message (Expand)AuthorAge
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Seal rnn_cell's interface.Gravatar Patrick Nguyen2016-11-27
* Cleanup and consistency for variable handling in RNNCells.Gravatar Eugene Brevdo2016-11-23
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* remove extra 'the' in docstringGravatar A. Unique TensorFlower2016-09-08
* ** BREAKING CHANGE **Gravatar Eugene Brevdo2016-08-11
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
* Added the ability to train the ptb_word_lm example using 16 bit floatsGravatar Benoit Steiner2016-07-25
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Add an option to limit the values of the LSTM projection layerGravatar A. Unique TensorFlower2016-07-07
* Make DropoutWrapper.__call__ forward the scope argument to the cell that it w...Gravatar A. Unique TensorFlower2016-06-29
* Raising errors for humans:Gravatar Illia Polosukhin2016-06-21
* Raising errors for humans:Gravatar Illia Polosukhin2016-06-21
* Use only op_scope, not variable_op_scope, in functional ops since they do notGravatar Lukasz Kaiser2016-06-15
* Move nest utilities to util.Gravatar Adria Puigdomenech2016-06-15
* Support multi-dimensional input/states in Rnn containers (dynamic_rnn, bidire...Gravatar A. Unique TensorFlower2016-06-08
* Make RNN api public.Gravatar Eugene Brevdo2016-06-07
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Features and bugfixes in TensorFlow RNN.Gravatar Eugene Brevdo2016-05-26
* Add support for arbitrarily nested tuples for RNN state.Gravatar Eugene Brevdo2016-05-24
* Merge changes from github.Gravatar Derek Murray2016-05-23
* rnn_cell.linear and models.rnn are going away.Gravatar Eugene Brevdo2016-05-11
* Add support for RNNCell to read and return states as tuples,Gravatar Eugene Brevdo2016-05-09
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* adding clarification of peephole/non-peephole description to LSTMCellGravatar A. Unique TensorFlower2016-04-20
* edits to rnn_cell.py to support time-frequency lstms for tensor flowGravatar A. Unique TensorFlower2016-04-13
* Remove RNNCell's input_size property.Gravatar Eugene Brevdo2016-04-13
* Wrapper for SlimRNNCellsGravatar A. Unique TensorFlower2016-04-12
* Fix rnn_cell._get_sharded_variable to work for shapes of any rank.Gravatar Geoffrey Irving2016-04-08
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Make EmbeddingWrapper accept an explicit embedding_size argument so it does n...Gravatar Lukasz Kaiser2016-03-18
* Fix inconsistency in size inference for RNN cells.Gravatar A. Unique TensorFlower2016-03-15
* Implements "bool strictness" for `tf.Tensor`.Gravatar Derek Murray2016-03-11
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Make the treatment of input_size consistent in RNNCells.Gravatar Lukasz Kaiser2016-02-16
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Allow input_size != num_units in GRUCell and BasicLSTMCell.Gravatar Lukasz Kaiser2016-01-27
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01