aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/server_lib_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Added __str__ to ClusterSpec. This will improve the logs users are attaching ...Gravatar Mustafa Ispir2017-12-07
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Rejigger locking in master_session & ReffedClientGraphGravatar Brennan Saeta2017-04-19
* Set a more descriptive error when a Run() call is cancelled due to session cl...Gravatar Derek Murray2017-02-16
* Don't use SO_REUSEPORT in TensorFlow servers.Gravatar Derek Murray2017-01-23
* Avoid opening multiple servers in the same test where possible.Gravatar Derek Murray2017-01-20
* Re-enable operation timeouts when using the in-process master.Gravatar Derek Murray2016-12-27
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Optimize the case of a client communicating with an in-process master.Gravatar Derek Murray2016-12-13
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix MasterSession so that it properly ignores the place_pruned_graph option.Gravatar Derek Murray2016-10-11
* Add StatsPublisherFactory and NoOpStatsPublisher to distributed session.Gravatar Suharsh Sivakumar2016-09-29
* Support sparse jobs for TensorFlow gRPC servers.Gravatar Derek Murray2016-08-27
* Adding magic methods __bool__, __eq__, and __ne__ to ClusterSpec to facilitat...Gravatar A. Unique TensorFlower2016-08-23
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Raise an Unimplemented error when using MasterSession with place_pruned_graphs.Gravatar Derek Murray2016-06-30
* Add a simple way to set the `default_session_config` on a `tf.train.Server`.Gravatar Derek Murray2016-06-27
* Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Adds support for cancellation when closing a gRPC Session.Gravatar Derek Murray2016-05-16
* Fixed bug in `tf.train.ClusterSpec` constructor.Gravatar Derek Murray2016-04-15
* Fix segfault in grpc_server_lib when an invalid hostname-port pair is passed.Gravatar Derek Murray2016-04-08
* Clean up the interface to the distributed runtime from PythonGravatar Derek Murray2016-04-07