aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/queue_runner_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Give queue runner threads sensible names.Gravatar A. Unique TensorFlower2017-08-03
* Add type error to start_queue_runners if given session is not a `tf.Session`....Gravatar Mustafa Ispir2017-06-01
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Register QueueRunner threads with coordinator at creation time not start time.Gravatar Tim Harley2016-11-02
* Allow a QueueRunner to create_threads on multiple sessions.Gravatar A. Unique TensorFlower2016-10-31
* Add new QueueRunner optional argument: queue_closed_exception_types.Gravatar Eugene Brevdo2016-08-30
* Make Coordinator.join() more robust to race conditions where a threadGravatar A. Unique TensorFlower2016-08-10
* Simplify the Coordinator API by automatically tracking the set of coordinatedGravatar A. Unique TensorFlower2016-08-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Start the collected queue runners automatically when creating a new session inGravatar A. Unique TensorFlower2016-04-15
* Fix tf.train.start_queue_runners to use the passed session's graph, not the d...Gravatar A. Unique TensorFlower2016-04-14
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Added 'name' property to QueueRunner.Gravatar A. Unique TensorFlower2015-12-14
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06