aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/training
Commit message (Expand)AuthorAge
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Only use hardware traces on a single subgraph since tracing more than thatGravatar Benoit Steiner2017-08-24
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Fix missing namespace commentsGravatar A. Unique TensorFlower2017-05-31
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Fix queue runner test flakiness. The cost graph may be requested before cost_...Gravatar Yuefeng Zhou2017-04-25
* Remove all 64/32 bit warnings in tensorflow/ccGravatar Suharsh Sivakumar2017-04-19
* Only record the cost graph in the queue runner: this ensures that the memoryGravatar Benoit Steiner2017-04-13
* Add an error message when queue runner threads return errors.Gravatar Yuefeng Zhou2017-04-12
* Add ExportRunMetadata in queue runner and ExportCostGraph in coordinator.Gravatar Yuefeng Zhou2017-03-17
* Make queue runner accept run arguments.Gravatar Yuefeng Zhou2017-03-06
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* 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
* Update C++ API comments to be more Doxygen friendly.Gravatar Skye Wanderman-Milne2017-01-17
* Added missing #include in coordinator.hGravatar Benoit Steiner2016-12-08
* Added a new AllRunnersStopped() to check if all the runners have been stopped.Gravatar Benoit Steiner2016-12-08
* Speedup the shutdown of queues by avoiding to run both the cancel and the closeGravatar Benoit Steiner2016-12-05
* Added the ability to register a callback with a queue runner to be notified inGravatar Benoit Steiner2016-11-29
* Removed an unnecessary debug assertionGravatar Benoit Steiner2016-11-29
* Made the QueueRunner::Stop method public.Gravatar Benoit Steiner2016-11-28
* Make Coordinator::RegisterRunner and Coordinator::Join thread-safe.Gravatar Yuefeng Zhou2016-11-08
* C++ QueueRunner: Bug fixes.Gravatar Asim Shankar2016-11-04
* Add C++ CoordinatorGravatar Yuefeng Zhou2016-11-01
* Added the ability to wait for queues to start running before returning fromGravatar Benoit Steiner2016-10-31
* Replace the C++ QueueRunner constructor with a static NewQueueRunner function.Gravatar Yuefeng Zhou2016-10-31
* Add GetStatus function in QueueRunner.Gravatar Yuefeng Zhou2016-10-31
* Santinize thread pool name in C++ QueueRunner.Gravatar Yuefeng Zhou2016-10-27
* Add Stop() in C++ QueueRunner.Gravatar Yuefeng Zhou2016-10-27
* Make the boolean should_stop_ atomic.Gravatar Yuefeng Zhou2016-10-24
* Add c++ queue runner.Gravatar Yuefeng Zhou2016-10-20