aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-04-14 08:52:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-14 10:17:10 -0700
commitba4bfd9208998d937ce740e2c2978889ec0c68be (patch)
treec3eac7737dd583c44743bf3936ecfe39101785a3 /tensorflow/python/__init__.py
parent69c064d3fe310676196f76f5a5eda45bf81845cf (diff)
Add sdca ops to tf.train.
This adds: * tf.train.sdca_optimizer * tf.train.sdca_fprint * tf.train.sdca_shrink_l1 which were previously documented, and prior to 1.0, in tf.sdca. In 1.0, they were absent from tf.sdca, so this does not break compatibility. The module tf.sdca is removed. Change: 153176548
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index 5f59836427..d2945adf75 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -80,7 +80,6 @@ from tensorflow.python.layers import layers
from tensorflow.python.ops import image_ops as image
from tensorflow.python.ops import metrics
from tensorflow.python.ops import nn
-from tensorflow.python.ops import sdca_ops as sdca
from tensorflow.python.ops import sets
from tensorflow.python.ops import spectral_ops as spectral
from tensorflow.python.ops.losses import losses
@@ -225,7 +224,6 @@ _allowed_symbols.extend([
'python_io',
'resource_loader',
'saved_model',
- 'sdca',
'sets',
'spectral',
'summary',