aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/summary
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-11-15 16:36:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-15 18:07:02 -0800
commit4f30c8a5c6eddea0d89ea1bc808900c830bd95b5 (patch)
tree5f234f547af8eab6c51fc3ab2b186081b0d505e7 /tensorflow/contrib/summary
parent0adc3bf00c6b7073be7f15bdb9b556f02c87c4fb (diff)
Improve docstring on contrib summary module
PiperOrigin-RevId: 175900586
Diffstat (limited to 'tensorflow/contrib/summary')
-rw-r--r--tensorflow/contrib/summary/summary.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tensorflow/contrib/summary/summary.py b/tensorflow/contrib/summary/summary.py
index a73193f460..f783179f61 100644
--- a/tensorflow/contrib/summary/summary.py
+++ b/tensorflow/contrib/summary/summary.py
@@ -12,12 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
+"""TensorFlow Summary API v2.
-"""Contrib summary package.
-
-The operations in this package are safe to use with eager execution turned or on
-off.
-
+The operations in this package are safe to use with eager execution turned on or
+off. It has a more flexible API that allows summaries to be written directly
+from ops to places other than event log files, rather than propagating protos
+from @{tf.summary.merge_all} to @{tf.summary.FileWriter}.
"""
from __future__ import absolute_import