aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/master.cc
Commit message (Expand)AuthorAge
* [Distributed] Add methods to WorkerCache that selectively list workers by job...Gravatar Derek Murray2018-08-21
* Address compiler warnings in tensorflow/core/distributed_runtime.Gravatar Derek Murray2018-06-05
* Improve the error message printed when a WorkerService::GetStatus() call fail...Gravatar Derek Murray2018-05-17
* Always include the local worker in the list of filtered targets.Gravatar Derek Murray2018-04-19
* Respect any device filters in {Create,Delete}WorkerSessions().Gravatar Derek Murray2018-04-19
* Add remote session support for the MakeCallable API.Gravatar Derek Murray2018-04-06
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Bugfix: Never use env_->device_mgrGravatar Brennan Saeta2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Fix some size_t casting issues.Gravatar Suharsh Sivakumar2017-04-10
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Remove unnecessary extraneous local variable.Gravatar Brennan Saeta2017-03-29
* Remove debugging log lines.Gravatar Brennan Saeta2017-03-27
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Convert from raw pointers to std::unique_ptrGravatar Brennan Saeta2017-03-17
* Stop using the worker_cache on MasterEnvGravatar Brennan Saeta2017-03-16
* tensorflow::Reset() now honors the device_filter in SessionOptionsGravatar A. Unique TensorFlower2017-02-23
* Set a more descriptive error when a Run() call is cancelled due to session cl...Gravatar Derek Murray2017-02-16
* 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
* Use `WorkerCacheInterface::ReleaseWorker()` for all WorkerInterface destruction.Gravatar Derek Murray2016-12-20
* Add logging every 10 seconds while CreateSession() is blocked.Gravatar Derek Murray2016-12-16
* Fix use-after-free bug when closing a MasterSession.Gravatar Derek Murray2016-12-15
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Distributed partial run support.Gravatar Suharsh Sivakumar2016-11-02
* Simplify locking in SimpleGraphExecutionState.Gravatar Derek Murray2016-10-10
* Remove unused MasterSessionInterface level of abstraction.Gravatar Suharsh Sivakumar2016-10-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: move SimpleGraphExecutionState and some related files fromGravatar Vijay Vasudevan2016-05-02
* Adds an in-process gRPC server with support for clean shutdown.Gravatar Derek Murray2016-03-03
* Initial version of the open-source distributed TensorFlow runtime.Gravatar Derek Murray2016-02-25