aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/common
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-08-03 17:31:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-03 17:36:10 -0700
commitea5b1e4b5e3f1f8682c18f6ad09af45eb17f415d (patch)
treedfa788229c349a5258315be51c44ec3436f76f78 /tensorflow/tools/common
parentc4b12fbd0341676375f97f2be8a94d3bfadfb70e (diff)
Exclude compiler.xla.experimental from the public api.
PiperOrigin-RevId: 207351070
Diffstat (limited to 'tensorflow/tools/common')
-rw-r--r--tensorflow/tools/common/public_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/common/public_api.py b/tensorflow/tools/common/public_api.py
index e0acead919..b40e4155df 100644
--- a/tensorflow/tools/common/public_api.py
+++ b/tensorflow/tools/common/public_api.py
@@ -50,6 +50,7 @@ class PublicAPIVisitor(object):
# Each entry maps a module path to a name to ignore in traversal.
self._do_not_descend_map = {
'tf': [
+ 'compiler',
'core',
'examples',
'flags', # Don't add flags