aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/training/coordinator_test.cc
Commit message (Expand)AuthorAge
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Remove race in coordinator_test so it passes on tsan. Reduce sleep intervalsGravatar A. Unique TensorFlower2017-02-17
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Added a new AllRunnersStopped() to check if all the runners have been stopped.Gravatar Benoit Steiner2016-12-08
* Make Coordinator::RegisterRunner and Coordinator::Join thread-safe.Gravatar Yuefeng Zhou2016-11-08
* Add C++ CoordinatorGravatar Yuefeng Zhou2016-11-01