aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs
diff options
context:
space:
mode:
authorGravatar Priya Gupta <priyag@google.com>2018-03-24 23:42:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-25 05:02:28 -0700
commit1aa398fe9801bca4dd8e19c255634d93bc9f5456 (patch)
tree52f990be5a520fc6fffa9f43f115f1c35ce099fe /tensorflow/tools/docs
parentd8eda53c488683b37ae60e2ecbdf0bd2fd47c8c1 (diff)
Build and import rules for distributed strategy
PiperOrigin-RevId: 190367484
Diffstat (limited to 'tensorflow/tools/docs')
-rw-r--r--tensorflow/tools/docs/generate_lib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/docs/generate_lib.py b/tensorflow/tools/docs/generate_lib.py
index 34dd419f15..d22a465376 100644
--- a/tensorflow/tools/docs/generate_lib.py
+++ b/tensorflow/tools/docs/generate_lib.py
@@ -211,6 +211,7 @@ 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',