aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-29 15:28:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-29 15:32:01 -0700
commit6f5d7a97cd2c0741ddfa756853ce5321377b5d53 (patch)
treee79afd91cd68bc9ed75bfe278511312da3918fe6 /tensorflow/tools/docs
parent40f8291db5c0b05b31d7bbe23b847cdbb2408718 (diff)
Add tf.contrib.distribute, which defines classes DistributionStrategy
and MirroredStrategy, and related functionality. Also add tf.contrib.optimizer_v2, an update to the Optimizer API. RELNOTES: Can now pass tf.contrib.distribute.MirroredStrategy() to tf.estimator.RunConfig() to run an Estimator model on multiple GPUs on one machine. PiperOrigin-RevId: 190996247
Diffstat (limited to 'tensorflow/tools/docs')
-rw-r--r--tensorflow/tools/docs/generate_lib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/generate_lib.py b/tensorflow/tools/docs/generate_lib.py
index d22a465376..34dd419f15 100644
--- a/tensorflow/tools/docs/generate_lib.py
+++ b/tensorflow/tools/docs/generate_lib.py
@@ -211,7 +211,6 @@ def _get_default_do_not_descend_map():
'tf': ['cli', 'lib', 'wrappers'],
'tf.contrib': [
'compiler',
- 'distribute',
'grid_rnn',
# Block contrib.keras to de-clutter the docs
'keras',