aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cluster_resolver
Commit message (Expand)AuthorAge
* Internal change.Gravatar A. Unique TensorFlower2018-10-04
* Job name should be picked based on the cluster_specGravatar Sourabh Bajaj2018-09-06
* [tpu]: Have a more helpful error message when no TPU name is specified.Gravatar Brennan Saeta2018-08-02
* Remove bytes prefix "b'" from tpu_cluster_resolver error messagesGravatar A. Unique TensorFlower2018-07-27
* Add full cluster resolver package to contrib_py rather than the implementatio...Gravatar Frank Chen2018-07-11
* Support Cloud TPU Pod in GKE environment.Gravatar A. Unique TensorFlower2018-06-12
* Check to ensure the Cloud TPU is ready before resolving.Gravatar Brennan Saeta2018-06-11
* Typo fix in suggested pip message for tpu cluster resolver.Gravatar Taylor Robie2018-06-05
* Amend cluster resolver error to suggest oauth2client as a possible issue.Gravatar A. Unique TensorFlower2018-06-01
* Adds support for specifying a discovery_service_url (via either a parameter o...Gravatar Frank Chen2018-05-21
* [TPU]: If the $TPU_NAME env var is set, fallback to that.Gravatar Brennan Saeta2018-05-10
* Support legacy clustersGravatar Brennan Saeta2018-04-20
* Merge changes from github.Gravatar Michael Case2018-04-10
* [TPUClusterResolver] Start a TFServer when running in GKEGravatar Brennan Saeta2018-04-06
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Helpful ImportError messageGravatar Brennan Saeta2018-03-07
* Make sure the string returned is a string in Python 3 because of different st...Gravatar Frank Chen2018-03-07
* Fix broken test (invalid string comparison in py3)Gravatar Christopher Suter2018-03-06
* [TPU Cluster Resolver]: Integrate with GKEGravatar Brennan Saeta2018-03-05
* Integrate ClusterResolvers with TPUEstimator.Gravatar Brennan Saeta2018-02-26
* Internal-only change.Gravatar Brennan Saeta2018-02-21
* Tpu cluster resolver only returns TF server addresses for 'HEALTHY' tpu nodes.Gravatar A. Unique TensorFlower2018-02-02
* Fix docs generation for cluster_resolversGravatar Mark Daoust2018-01-31
* Add functionality to auto-discover project and zone when they are not supplie...Gravatar Frank Chen2018-01-17
* Remove hardcoded discovery document now that the TPU alpha API definitions ar...Gravatar Frank Chen2017-11-22
* Add a new method `get_master` to `TPUClusterResolver` such that users can eas...Gravatar Frank Chen2017-11-02
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Update APIs for TPU Cluster Resolver to remove the custom API definition and ...Gravatar Frank Chen2017-10-03
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Make a change to the Cluster Resolver API: If no `credentials` are passed in ...Gravatar Frank Chen2017-08-08
* The return type of the response in the the Google Cloud TPU APIs is a dict ra...Gravatar Frank Chen2017-08-02
* Add __init__.py to the contrib/cluster_resolver directory so that the Cluster...Gravatar Frank Chen2017-07-31
* Adds preliminary support for Cloud TPUs with Cluster Resolvers. This aims to ...Gravatar Frank Chen2017-07-27
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Adds support for retrieving instances from the Google Compute Engine instance...Gravatar Frank Chen2017-07-10
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Adds the base for ClusterResolvers, a new way of communicating with and retri...Gravatar Frank Chen2017-06-07