aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/BUILD
Commit message (Expand)AuthorAge
* [Distributed] Add methods to WorkerCache that selectively list workers by job...Gravatar Derek Murray2018-08-21
* Add duplicate detection to RecvBuf requests.Gravatar A. Unique TensorFlower2018-08-04
* Automated rollback of commit 19a98bf9054d9be58a3293b0390b18288a65a25cGravatar Noah Eisen2018-07-09
* Add distributed model GetStepSequenceAsync implementation toGravatar A. Unique TensorFlower2018-07-03
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Rewrite master_service in terms of more up-to-date gRPC APIsGravatar Noah Eisen2018-06-28
* Switch from grpc++_unsecure to grpc++Gravatar Brennan Saeta2018-06-12
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Move executor_test.cc to tensorflow/core/common_runtime/.Gravatar Derek Murray2018-05-22
* Collective Ops Part 6Gravatar A. Unique TensorFlower2018-05-09
* Collective Ops Part 5Gravatar A. Unique TensorFlower2018-05-01
* 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Make RecentRequestIds more efficient.Gravatar Jeremy Lau2018-02-27
* Merge changes from github.Gravatar Michael Case2018-02-07
* Reject retried RecvTensor requests.Gravatar Jeremy Lau2018-01-22
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-12-04
* Split out a "graph" library from "core_cpu" to allow finer-grained dependencies.Gravatar Derek Murray2017-12-01
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Factor out RPCState into its own header.Gravatar Eugene Brevdo2017-11-01
* Disabling a couple of ClusterFLR tests since test clusters in GRPC seem to ha...Gravatar Rohan Jain2017-10-11
* Disable flaky cluster_function_library_runtime_test in opensource.Gravatar Gunhan Gulsoy2017-10-08
* Disable cluster_function_library_runtime_test on Mac OS as it is currently fa...Gravatar Frank Chen2017-10-03
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Add output_partitions support in distributed runtime.Gravatar Suharsh Sivakumar2017-07-19
* Internal change.Gravatar A. Unique TensorFlower2017-06-30
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-16
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Include necessary header to make it possible to compile the header stand-alone.Gravatar A. Unique TensorFlower2017-06-09
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* 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
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Always linkstatic when building rpcbench_test.Gravatar Jonathan Hseu2017-01-17
* Provide multiple implementations of RPC requests on the feed path.Gravatar Derek Murray2017-01-04
* Add a benchmark for TensorFlow RPC performanceGravatar Jonathan Hseu2017-01-03
* Optimize the case of a master communicating with an in-process worker.Gravatar Derek Murray2016-12-22
* Optimize the case of a client communicating with an in-process master.Gravatar Derek Murray2016-12-13
* Name the nameless build rulesGravatar Justine Tunney2016-12-09
* Remove unused MasterSessionInterface level of abstraction.Gravatar Suharsh Sivakumar2016-10-06
* Add profile handler and timeline support to stats publisher interface.Gravatar Suharsh Sivakumar2016-09-26
* Introduce StatsPublisherInterface to distributed runtime.Gravatar Suharsh Sivakumar2016-09-20
* Add stats/costmodel collection to distributed session.Gravatar Suharsh Sivakumar2016-09-14
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
* Make map_util and stl_util libraries internal, fix up some dependenciesGravatar Vijay Vasudevan2016-08-23
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16