aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cluster_resolver/BUILD
Commit message (Collapse)AuthorAge
* Add full cluster resolver package to contrib_py rather than the ↵Gravatar Frank Chen2018-07-11
| | | | | | implementation-less skeleton. PiperOrigin-RevId: 204188173
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Integrate ClusterResolvers with TPUEstimator.Gravatar Brennan Saeta2018-02-26
| | | | PiperOrigin-RevId: 187047094
* Internal-only change.Gravatar Brennan Saeta2018-02-21
| | | | PiperOrigin-RevId: 186528023
* Fix docs generation for cluster_resolversGravatar Mark Daoust2018-01-31
| | | | | | | | Adds "cluster_resolver_pip" as a dependancy to opensource contrib, and applies a standard `remove_undocumented` to clear extra symbols. Docs are build from a bazel bulid, and without this change the cluster resolvers are not directly accessible in "tf.contirb.cluster_resolver" during the docs build, so they do not get documented. PiperOrigin-RevId: 183993115
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
| | | | PiperOrigin-RevId: 173889798
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
| | | | PiperOrigin-RevId: 168650887
* Add __init__.py to the contrib/cluster_resolver directory so that the ↵Gravatar Frank Chen2017-07-31
| | | | | | Cluster Resolver classes within this are visible to open source TensorFlow users. PiperOrigin-RevId: 163733781
* Adds preliminary support for Cloud TPUs with Cluster Resolvers. This aims to ↵Gravatar Frank Chen2017-07-27
| | | | | | allow users to have a better experienec when specifying one or multiple Cloud TPUs for their training jobs by allowing users to use names rather than IP addresses. PiperOrigin-RevId: 163393443
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
| | | | PiperOrigin-RevId: 162466482
* Adds support for retrieving instances from the Google Compute Engine ↵Gravatar Frank Chen2017-07-10
| | | | | | | | instance group APIs, with support (in conjunction with UnionClusterResolver) for mapping multiple instance groups into one TensorFlow job (see the `testUnionMultipleInstanceRetrieval` test for details). This should simplify creating and using standardized grpc TensorFlow server based instances using Compute Engine instance groups for distributed training. PiperOrigin-RevId: 161443891
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
| | | | PiperOrigin-RevId: 159373397
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
| | | | PiperOrigin-RevId: 158565259
* Adds the base for ClusterResolvers, a new way of communicating with and ↵Gravatar Frank Chen2017-06-07
retrieving cluster information for running distributed TensorFlow. Implementations of this class would eventually allow users to simply point TensorFlow at a cluster management endpoint, and TensorFlow will automatically retrieve the host names/IPs and port numbers of TensorFlow workers from the cluster management service. PiperOrigin-RevId: 158358761