aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/summary_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/summary_ops.py')
-rw-r--r--tensorflow/python/ops/summary_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/ops/summary_ops.py b/tensorflow/python/ops/summary_ops.py
index 800ab7bc7e..dc6d2b17f2 100644
--- a/tensorflow/python/ops/summary_ops.py
+++ b/tensorflow/python/ops/summary_ops.py
@@ -165,8 +165,8 @@ def scalar_summary(tags, values, collections=None, name=None):
summary has a summary value for each tag-value pair in `tags` and `values`.
Args:
- tags: A 1-D `string` `Tensor`. Tags for the summaries.
- values: A 1-D `float32` or `float64` Tensor. Values for the summaries.
+ tags: A `string` `Tensor`. Tags for the summaries.
+ values: A real numeric Tensor. Values for the summaries.
collections: Optional list of graph collections keys. The new summary op is
added to these collections. Defaults to `[GraphKeys.SUMMARIES]`.
name: A name for the operation (optional).