aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/worker.cc
Commit message (Expand)AuthorAge
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Collective Ops Part 6Gravatar A. Unique TensorFlower2018-05-09
* Collective Ops Part 5Gravatar A. Unique TensorFlower2018-05-01
* Add a ten-second timeout to the DeleteWorkerSession call.Gravatar Derek Murray2018-04-18
* Never use the LegacySession when a Master explicitly calls CreateWorkerSession.Gravatar Derek Murray2018-04-18
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* Fix potential use-after-free bugs in the worker with DeleteWorkerSession.Gravatar Derek Murray2018-01-15
* Optionally store the status code/message in the responseGravatar A. Unique TensorFlower2017-12-27
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Add `WorkerService.DeleteWorkerSession` method to fix a memory leak.Gravatar Derek Murray2017-11-15
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Add output_partitions support in distributed runtime.Gravatar Suharsh Sivakumar2017-07-19
* Performance-related tweaks: Don't copy loop variables; remove ineffective std...Gravatar A. Unique TensorFlower2017-06-05
* Refactor partial run state handling into partial_run_mgr.Gravatar Suharsh Sivakumar2017-05-19
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Add TFDBG support to GrpcSessionGravatar Shanqing Cai2017-04-29
* Change calls to use status.Update.Gravatar Suharsh Sivakumar2017-03-31
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Ensure that partial run doesn't block any threads on the worker compute_pool.Gravatar Suharsh Sivakumar2017-03-15
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Provide multiple implementations of RPC responses on the fetch path.Gravatar Derek Murray2017-01-13
* Provide multiple implementations of RPC requests on the feed path.Gravatar Derek Murray2017-01-04
* Combine NamedTensorProto and NamedTensor into a single proto.Gravatar Derek Murray2016-12-22
* Optimize the case of a master communicating with an in-process worker.Gravatar Derek Murray2016-12-22