aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/master_session.cc
Commit message (Expand)AuthorAge
* BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Address compiler warnings in tensorflow/core/distributed_runtime.Gravatar Derek Murray2018-06-05
* Fix bug in `WorkerService::Logging()` handler.Gravatar Derek Murray2018-05-15
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Automated g4 rollback of changelist 193718607Gravatar Derek Murray2018-04-24
* Always use the local worker name in CreateWorkerSession when not doing Cluste...Gravatar Derek Murray2018-04-20
* Automated g4 rollback of changelist 193694958Gravatar Derek Murray2018-04-20
* Use CreateWorkerSession and DeleteWorkerSession for all distributed sessions.Gravatar Derek Murray2018-04-20
* Respect any device filters in {Create,Delete}WorkerSessions().Gravatar Derek Murray2018-04-19
* 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
* Add remote session support for the MakeCallable API.Gravatar Derek Murray2018-04-06
* Fix StringPiece use-after-free in MasterSession::ReffedClientGraph.Gravatar Derek Murray2018-04-05
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Merge changes from github.Gravatar Michael Case2018-02-07
* 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
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* Fix shutdown race in ClusterSpec propagation.Gravatar Derek Murray2017-11-17
* 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
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Cut tracing memory costGravatar A. Unique TensorFlower2017-10-23
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-19
* SimpleGraphExecutionState -> GraphExecutionStateGravatar Suharsh Sivakumar2017-09-07
* Bug fix: Fix MasterSession refcounting in DoPartialRun & DoRunWithLocalExecutionGravatar A. Unique TensorFlower2017-08-03
* MasterSession should throw error if use_per_session_threads or session_inter_...Gravatar Suharsh Sivakumar2017-07-31
* Minor cleanupGravatar A. Unique TensorFlower2017-07-31
* Consolidating the code to fill the partition's function libraryGravatar A. Unique TensorFlower2017-07-27
* Add output_partitions support in distributed runtime.Gravatar Suharsh Sivakumar2017-07-19
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Use short-proto for logging purposes.Gravatar Brennan Saeta2017-06-23
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Fix warnings.Gravatar Patrick Nguyen2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* tfdbg: add device name to deubg opsGravatar Shanqing Cai2017-05-25
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Don't repeatedly serialize the function library in MasterSession.Gravatar Peter Hawkins2017-05-04
* tfdbg: improve the way in which the no-debugger-linked error is raisedGravatar Shanqing Cai2017-05-01
* Add TFDBG support to GrpcSessionGravatar Shanqing Cai2017-04-29