aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/coordinator_test.py
Commit message (Expand)AuthorAge
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Remove thread ordering with sleep statements from coordinator_test.Gravatar Gunhan Gulsoy2017-10-17
* Add disable error option for non-stopped threads in Coordinator.join(). Ther...Gravatar Mustafa Ispir2017-02-13
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Make tests that rely on thread registration with the coordinator more robust byGravatar A. Unique TensorFlower2016-08-24
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Fix tuple conversion in a unit test.Gravatar Mustafa Ispir2016-08-08
* Simplify the Coordinator API by automatically tracking the set of coordinatedGravatar A. Unique TensorFlower2016-08-03
* In Coordinator.request_stop(ex) just re-raise the exception immediately if theGravatar A. Unique TensorFlower2016-07-25
* Give a little bit more slack to tests that check on thread delays.Gravatar A. Unique TensorFlower2016-07-19
* Allow to specify the list of "clean termination" exceptions when creating aGravatar A. Unique TensorFlower2016-06-30
* Add basic_train_loop() as an example for higher level frameworks to copy orGravatar A. Unique TensorFlower2016-06-09
* Change the join sleep to use an exponential duration with small initial value...Gravatar A. Unique TensorFlower2016-06-08
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add optional kwargs argument to LooperThread and Supervisor.loop().Gravatar A. Unique TensorFlower2016-05-10
* Add context manager to supervisor to catch errors properly and close the sessionGravatar A. Unique TensorFlower2016-04-14
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Make it easier to catch exceptions when using the Coordinator byGravatar A. Unique TensorFlower2015-12-17
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial steps towards python3 support, some documentationGravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06