aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-13 16:01:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-13 17:29:51 -0800
commitf953a314426e661ec59da004cfa5d0e5847cd69f (patch)
tree7f37dd2bd42b8d224d0a16424d8f08f83351c108 /tensorflow/python/summary
parente62619519b788a73393ca64651b8a081ec9c63c1 (diff)
Doc updates for Python IO, string, TensorArray, and summary ops
Removes the API guide for TensorArray for the moment, since all of its useful content is in the class docstring. Change: 147405811
Diffstat (limited to 'tensorflow/python/summary')
-rw-r--r--tensorflow/python/summary/summary.py10
1 files changed, 3 insertions, 7 deletions
diff --git a/tensorflow/python/summary/summary.py b/tensorflow/python/summary/summary.py
index 3cc0f9cd7f..6b0f5a85e6 100644
--- a/tensorflow/python/summary/summary.py
+++ b/tensorflow/python/summary/summary.py
@@ -13,13 +13,12 @@
# limitations under the License.
# ==============================================================================
-"""## Generation of summaries.
+"""Tensor summaries for exporting information about a model.
+
+See the @{$python/summary} guide.
-### Class for writing Summaries
@@FileWriter
@@FileWriterCache
-
-### Summary Ops
@@tensor_summary
@@scalar
@@histogram
@@ -27,10 +26,7 @@
@@image
@@merge
@@merge_all
-
-## Utilities
@@get_summary_description
-
"""
from __future__ import absolute_import