aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/training/queue_runner_test.cc
Commit message (Expand)AuthorAge
* Only use hardware traces on a single subgraph since tracing more than thatGravatar Benoit Steiner2017-08-24
* Fix queue runner test flakiness. The cost graph may be requested before cost_...Gravatar Yuefeng Zhou2017-04-25
* Only record the cost graph in the queue runner: this ensures that the memoryGravatar Benoit Steiner2017-04-13
* 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
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Added the ability to register a callback with a queue runner to be notified inGravatar Benoit Steiner2016-11-29
* 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 Stop() in C++ QueueRunner.Gravatar Yuefeng Zhou2016-10-27
* Add c++ queue runner.Gravatar Yuefeng Zhou2016-10-20