From 3adf730ed3da609aea0a831c5eebf37122628fb2 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 9 Feb 2017 16:01:25 -0800 Subject: Fix for non-hermetic build. Change: 147093777 --- tensorflow/tools/common/public_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/common/public_api.py b/tensorflow/tools/common/public_api.py index 4c1ccebd61..7e62346ecc 100644 --- a/tensorflow/tools/common/public_api.py +++ b/tensorflow/tools/common/public_api.py @@ -40,7 +40,7 @@ class PublicAPIVisitor(object): # Each entry maps a module path to a name to ignore in traversal. _do_not_descend_map = { # TODO(drpng): This can be removed once sealed off. - '': ['platform', 'pywrap_tensorflow', 'user_ops', 'python'], + '': ['platform', 'pywrap_tensorflow', 'user_ops', 'python', 'tools'], # Exclude protos, they leak a lot. 'core': ['protobuf'], -- cgit v1.2.3