aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/grpc_worker_service.cc
Commit message (Expand)AuthorAge
* Add duplicate detection to RecvBuf requests.Gravatar A. Unique TensorFlower2018-08-04
* Change gRPC include directory from "grpc++" to "grpcpp"Gravatar 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
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* Collective Ops Part 6Gravatar A. Unique TensorFlower2018-05-09
* Change RecvTensor RPC implementation to use DeviceContext::CopyDeviceTensorTo...Gravatar Peter Hawkins2018-05-04
* Collective Ops Part 5Gravatar A. Unique TensorFlower2018-05-01
* Automated g4 rollback of changelist 185688704Gravatar Noah Eisen2018-02-23
* Decreases number of gRPC polling threads from 8 to 2.Gravatar Noah Eisen2018-02-14
* Merge changes from github.Gravatar Michael Case2018-02-07
* Reject retried RecvTensor requests.Gravatar Jeremy Lau2018-01-22
* Allow gRPC Workers to use configure the number of threads driving work on bot...Gravatar Noah Eisen2018-01-10
* Add `WorkerService.DeleteWorkerSession` method to fix a memory leak.Gravatar Derek Murray2017-11-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Don't use SO_REUSEPORT in TensorFlow servers.Gravatar Derek Murray2017-01-23
* 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
* Optimize the case of a master communicating with an in-process worker.Gravatar Derek Murray2016-12-22
* Partial run support for GRPC runtime.Gravatar Suharsh Sivakumar2016-12-19
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Don't call ExecuteAsync from DoRunGraph if the Run was cancelled, since thisGravatar Benoit Steiner2016-12-06
* Automated rollback of change 139644597Gravatar Asim Shankar2016-11-18
* Partial run support for GRPC runtime.Gravatar Suharsh Sivakumar2016-11-18
* Added the ability to collect cost models for distributed sessionsGravatar Benoit Steiner2016-10-26
* Populate cost graph in workers, aggregate and return them in master.Gravatar Yuefeng Zhou2016-10-26
* Add experimental partial run to worker interface.Gravatar Suharsh Sivakumar2016-10-17
* A few micro-optimizations / cleanup in tensorflow/core.Gravatar A. Unique TensorFlower2016-10-07
* Merge changes from github.Gravatar Dan Mané2016-09-09
* Add RunMetadata timeline collection for the `GrpcSession`.Gravatar Derek Murray2016-09-02
* Reduced some unnecessary abstraction layers in worker call sending path.Gravatar A. Unique TensorFlower2016-08-22
* Merge changes from github.Gravatar Benoit Steiner2016-08-12
* Performance improvements for gRPC-based TensorFlow system. Rather thanGravatar A. Unique TensorFlower2016-07-22
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
* Specializes the implementation of the gRPC Master and Worker services.Gravatar Derek Murray2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: move SimpleGraphExecutionState and some related files fromGravatar Vijay Vasudevan2016-05-02
* Increase the number of outstanding requests for high-traffic worker methods.Gravatar Derek Murray2016-03-30
* Fix cancellation bug in the gRPC runtime, and reduce unnecessary tag creation.Gravatar Derek Murray2016-03-28
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* TensorFlow: use GOOGLE_CUDA to prevent gpu library code from needingGravatar Vijay Vasudevan2016-03-05
* Adds an in-process gRPC server with support for clean shutdown.Gravatar Derek Murray2016-03-03
* fix gen_docs_testGravatar A. Unique TensorFlower2016-02-29
* Expose tf.contrib.util.stripped_op_list_for_graphGravatar Geoffrey Irving2016-02-29
* Generalize tf.test.compute_gradients to handle complex inputs and outputsGravatar Geoffrey Irving2016-02-29