aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nn/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/nn/__init__.py')
-rw-r--r--tensorflow/contrib/nn/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/contrib/nn/__init__.py b/tensorflow/contrib/nn/__init__.py
index 0bc133a00e..3bf795d19a 100644
--- a/tensorflow/contrib/nn/__init__.py
+++ b/tensorflow/contrib/nn/__init__.py
@@ -15,7 +15,6 @@
"""Module for variants of ops in tf.nn.
@@alpha_dropout
-@@conv1d_transpose
@@deprecated_flipped_softmax_cross_entropy_with_logits
@@deprecated_flipped_sparse_softmax_cross_entropy_with_logits
@@deprecated_flipped_sigmoid_cross_entropy_with_logits
@@ -33,7 +32,6 @@ from tensorflow.contrib.nn.python.ops.alpha_dropout import *
from tensorflow.contrib.nn.python.ops.cross_entropy import *
from tensorflow.contrib.nn.python.ops.sampling_ops import *
from tensorflow.contrib.nn.python.ops.scaled_softplus import *
-from tensorflow.python.ops.nn_ops import conv1d_transpose
from tensorflow.python.ops.nn_ops import nth_element
# pylint: enable=unused-import,wildcard-import