aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/train.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/train.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/train.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/api_docs/python/train.md b/tensorflow/g3doc/api_docs/python/train.md
index 2213d5f027..dcdc25cbbb 100644
--- a/tensorflow/g3doc/api_docs/python/train.md
+++ b/tensorflow/g3doc/api_docs/python/train.md
@@ -1461,8 +1461,8 @@ This op reports an `OutOfRange` error if any value is not finite.
* <b>`tag`</b>: A `string` `Tensor`. 0-D. Tag to use for the summary value.
-* <b>`values`</b>: A `float32` `Tensor`. Any shape. Values to use to build the
- histogram.
+* <b>`values`</b>: A `float32` or `float64` `Tensor`. Any shape. Values to use to
+ build the histogram.
* <b>`collections`</b>: Optional list of graph collections keys. The new summary op is
added to these collections. Defaults to `[GraphKeys.SUMMARIES]`.
* <b>`name`</b>: A name for the operation (optional).