aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-08-08 18:48:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 18:56:07 -0700
commit9fe8ca48dcaf5dff18d1d9942285ccf4c8bf0eff (patch)
treea0ee9e447163e30985a91d6f5a074e15d3eeff2a /tensorflow/tools/docs
parentf6be7aadb40019f2bef845cbc4dd37eb2709946f (diff)
Internal change.
PiperOrigin-RevId: 207981850
Diffstat (limited to 'tensorflow/tools/docs')
-rw-r--r--tensorflow/tools/docs/generate_lib.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/generate_lib.py b/tensorflow/tools/docs/generate_lib.py
index 3a93bdcf4a..4bc8cbf4b4 100644
--- a/tensorflow/tools/docs/generate_lib.py
+++ b/tensorflow/tools/docs/generate_lib.py
@@ -237,7 +237,9 @@ def add_dict_to_dict(add_from, add_to):
def _get_default_private_map():
return {
'tf.contrib.autograph': ['utils', 'operators'],
- 'tf.test': ['mock']}
+ 'tf.test': ['mock'],
+ 'tf.compat': ['v1', 'v2'],
+ }
# Exclude members of some libraries.