aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/queue_runner_impl.py
Commit message (Expand)AuthorAge
* Add a warning when `tf.train.start_queue_runners()` is called with no queue r...Gravatar Derek Murray2018-08-30
* Deprecate `tf.train.QueueRunner` and related APIs.Gravatar Derek Murray2018-08-30
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Adds eager execution compatibility note in Readers, Queues, and QueueRunner.Gravatar A. Unique TensorFlower2017-10-30
* TFE: Add compatibility errors and doc strings to queues, input pipelines and ...Gravatar Shanqing Cai2017-10-27
* Give queue runner threads sensible names.Gravatar A. Unique TensorFlower2017-08-02
* Add type error to start_queue_runners if given session is not a `tf.Session`....Gravatar Mustafa Ispir2017-06-01
* Adds `tf.Session.make_callable()`.Gravatar Derek Murray2017-04-10
* Fix the error message returned from _init_from_args function in QueueRunner t...Gravatar A. Unique TensorFlower2017-03-03
* Seal queue_runner's interface.Gravatar Patrick Nguyen2016-11-08