aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-04-03 23:47:02 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-04-19 19:09:29 +0000
commit5dc8f313b1808ae893edb3b8b03ba06ce4968437 (patch)
tree7a7a11b19c97f4f421f72ae88073ed69632e5b6f /tensorflow/contrib/framework
parent6f1a30c2589e2b9adf3d34a4d87fb280b2e6b149 (diff)
Add `@@RecordInput` so that docs could be exposed
After this change and run with: ``` bazel run tools/docs:generate -- --src_dir="$(pwd)/docs_src/" --output_dir=/tmp/tfdocs/ ``` The documentation correctly shown up in: `/tmp/tfdocs/api_docs/python/tf/contrib/framework/RecordInput.md` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/contrib/framework')
-rw-r--r--tensorflow/contrib/framework/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index 5435c98978..ffcfd6961e 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