aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/session_mgr_test.cc
Commit message (Expand)AuthorAge
* Always use the local worker name in CreateWorkerSession when not doing Cluste...Gravatar Derek Murray2018-04-20
* Allow non-isolated worker sessions to borrow `WorkerEnv::device_mgr`.Gravatar Derek Murray2018-04-19
* Never use the LegacySession when a Master explicitly calls CreateWorkerSession.Gravatar Derek Murray2018-04-18
* Fix potential use-after-free bugs in the worker with DeleteWorkerSession.Gravatar Derek Murray2018-01-15
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25