aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
Commit message (Expand)AuthorAge
* Allow child class of Server to supply custom ChannelArgumentsGravatar Noah Eisen2018-08-21
* Fix incorrect merge of grpc_server_lib.h.Gravatar Michael Case2018-06-29
* Merge commit for internal changesGravatar Michael Case2018-06-29
|\
| * Merge changes from github.Gravatar Mingxing Tan2018-06-28
* | Merge commit for internal changesGravatar Mingxing Tan2018-06-20
|\|
| * Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* | Make implementation of GrpcServer::Init with Collective Ops compatible with c...Gravatar Emanuele Ballarin2018-06-13
|/
* Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
* Change gRPC include directory from "grpc++" to "grpcpp"Gravatar A. Unique TensorFlower2018-06-08
* Allow for remote eager execution.Gravatar Akshay Modi2018-05-16
* Support configurable stats publishers in the grpc server.Gravatar Brennan Saeta2018-02-26
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
* Remove unnecessary instance variable.Gravatar Brennan Saeta2017-03-26
* Consolidate worker state behind a session-centric abstraction.Gravatar Brennan Saeta2017-03-25
* Set a more descriptive error when a Run() call is cancelled due to session cl...Gravatar Derek Murray2017-02-16
* 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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: move SimpleGraphExecutionState and some related files fromGravatar Vijay Vasudevan2016-05-02
* Fix segfault in grpc_server_lib when an invalid hostname-port pair is passed.Gravatar Derek Murray2016-04-08
* Add extension points to the gRPC Session and Server code.Gravatar Derek Murray2016-03-22
* Prototype of an in-process gRPC server for TensorFlow/Python.Gravatar Derek Murray2016-03-08
* 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