aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/recurrent
Commit message (Expand)AuthorAge
* Update the functional rnn API to add a fast path when cell function is noop f...Gravatar A. Unique TensorFlower2018-09-24
* Allow functional_rnn to run with bfloat16.Gravatar A. Unique TensorFlower2018-09-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Pass max_input_length to Recurrent() to avoid iterating on padded data.Gravatar A. Unique TensorFlower2018-08-22
* Use tf.shape to get `max_time` inside _ApplyLengthsToBatch in case the tensor...Gravatar A. Unique TensorFlower2018-08-22
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Fix the dtype of last_idx_for_bcast inside _PickFinalStateFromHistory to be c...Gravatar A. Unique TensorFlower2018-08-07
* Fix the output shape of functional_rnn for time-major inputs.Gravatar A. Unique TensorFlower2018-08-07
* Replace x[index] with gather op inside func _Index.Gravatar A. Unique TensorFlower2018-07-30
* Disable large tests in fastbuild mode.Gravatar Gunhan Gulsoy2018-06-18
* Properly export recurrent in contrib.Gravatar Patrick Nguyen2018-04-27
* Export recurrent and its RNN implementation in tf.contrib.Gravatar Patrick Nguyen2018-04-09