aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-01-16 21:07:28 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-16 21:27:36 -0800
commitcddb86ff7bedf1150b3be8e22a0cbf03f6c58de6 (patch)
tree7b4089beb120dcf52403bb9d94962143924391aa /tensorflow/python/__init__.py
parent26201f59386ffa7479d809eb4a79a0d73110689b (diff)
Remove tf.cloud from public API until it's ready.
Change: 144669682
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index c2d4728a50..39ec56ca32 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -96,7 +96,6 @@ 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
@@ -230,7 +229,6 @@ _allowed_symbols.extend([
_allowed_symbols.extend([
'app',
'compat',
- 'cloud',
'errors',
'flags',
'gfile',
@@ -264,7 +262,7 @@ _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, check_ops, client_lib, cloud, compat, constant_op,
+ framework_lib, array_ops, check_ops, client_lib, 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,