aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/common
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2017-04-08 06:33:09 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-08 07:53:03 -0700
commitb76f02855f88873a82348e60c20e0bed2f19b07d (patch)
tree945f0da3f705ad6f27a2634c267d572fb8102b9a /tensorflow/tools/common
parent79f50de906fb680a1c9c45b61d9d5dc8f74f7e7a (diff)
Add tensorboard to the _do_not_descend_map of the PublicAPIVisitor.
Change: 152592268
Diffstat (limited to 'tensorflow/tools/common')
-rw-r--r--tensorflow/tools/common/public_api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/tools/common/public_api.py b/tensorflow/tools/common/public_api.py
index 3364ff6bc9..173b39c538 100644
--- a/tensorflow/tools/common/public_api.py
+++ b/tensorflow/tools/common/public_api.py
@@ -48,7 +48,8 @@ class PublicAPIVisitor(object):
'pywrap_tensorflow', # TODO(drpng): This can be removed once sealed.
'user_ops', # TODO(drpng): This can be removed once sealed.
'python',
- 'tools'
+ 'tools',
+ 'tensorboard',
],
# Some implementations have this internal module that we shouldn't expose.