aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 18:38:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 18:39:02 -0700
commitfe7430adaa3b51ad17a1f8d0aed0fc7018b1a416 (patch)
tree5dcdb18366612d03b5f879548dadaf8303353913
parent1432f3433cb1c10ce3570f62a67f12a1f569ac3d (diff)
parent163daff2e4544754c4df6246bdf502edf5b58110 (diff)
Merge pull request #18223 from yongtang:10622-RecordInput-doc
PiperOrigin-RevId: 208301074
-rw-r--r--tensorflow/contrib/framework/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index 918a7e2bc7..20d099fe5d 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -100,6 +100,8 @@ See the @{$python/contrib.framework} guide.
@@BoundedTensorSpec
@@TensorSpec
+
+@@RecordInput
"""
from __future__ import absolute_import
@@ -119,6 +121,7 @@ from tensorflow.python.framework.smart_cond import smart_cond
from tensorflow.python.framework.smart_cond import smart_constant_value
from tensorflow.python.framework.tensor_spec import BoundedTensorSpec
from tensorflow.python.framework.tensor_spec import TensorSpec
+from tensorflow.python.ops.data_flow_ops import RecordInput
from tensorflow.python.ops.init_ops import convolutional_delta_orthogonal
from tensorflow.python.ops.init_ops import convolutional_orthogonal_1d
from tensorflow.python.ops.init_ops import convolutional_orthogonal_2d