aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-13 19:59:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-13 20:07:23 -0800
commit7ab67d8b526d6f01c8c8347993d68f8f5074c184 (patch)
tree81e09bd50a153c041e1bcdb6f9d593b8dc52323a /tensorflow/python/__init__.py
parentd06e6695cca01f9a10454adce210f0a55bf40a96 (diff)
Automated rollback of change 142694447
Change: 144510668
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py16
1 files changed, 9 insertions, 7 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index e2ed3f3f8e..c2d4728a50 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -96,6 +96,7 @@ from tensorflow.python.ops.standard_ops import *
# Bring in subpackages.
from tensorflow.python.layers import layers
+from tensorflow.python.ops.cloud import cloud
from tensorflow.python.ops import metrics
from tensorflow.python.ops import nn
from tensorflow.python.ops import sdca_ops as sdca
@@ -229,6 +230,7 @@ _allowed_symbols.extend([
_allowed_symbols.extend([
'app',
'compat',
+ 'cloud',
'errors',
'flags',
'gfile',
@@ -261,13 +263,13 @@ _allowed_symbols.extend([
# Remove all extra symbols that don't have a docstring or are not explicitly
# referenced in the whitelist.
-remove_undocumented(__name__, _allowed_symbols,
- [framework_lib, array_ops, client_lib, check_ops,
- compat, constant_op, control_flow_ops, confusion_matrix_m,
- functional_ops, histogram_ops, io_ops, losses, math_ops,
- metrics, nn, resource_loader, sets, script_ops,
- session_ops, sparse_ops, state_ops, string_ops, summary,
- tensor_array_ops, train, layers])
+remove_undocumented(__name__, _allowed_symbols, [
+ framework_lib, array_ops, check_ops, client_lib, cloud, compat, constant_op,
+ control_flow_ops, confusion_matrix_m, functional_ops, histogram_ops, io_ops,
+ losses, math_ops, metrics, nn, resource_loader, sets, script_ops,
+ session_ops, sparse_ops, state_ops, string_ops, summary, tensor_array_ops,
+ train, layers
+])
# Special dunders that we choose to export:
_exported_dunders = set([