From: Yong Tang Date: Mon, 21 May 2018 23:57:17 +0000 (+0000) Subject: Update docstring for tf.round as it support all real types. X-Git-Tag: upstream/v1.9.0_rc1~78^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=664f756cccff174feb868f28e9a4785ffd2edfd6;p=platform%2Fupstream%2Ftensorflow.git Update docstring for tf.round as it support all real types. Signed-off-by: Yong Tang --- diff --git a/tensorflow/python/ops/math_ops.py b/tensorflow/python/ops/math_ops.py index 80351a8..776f9b8 100644 --- a/tensorflow/python/ops/math_ops.py +++ b/tensorflow/python/ops/math_ops.py @@ -600,7 +600,7 @@ def round(x, name=None): # pylint: disable=redefined-builtin ``` Args: - x: A `Tensor` of type `float32` or `float64`. + x: A `Tensor` of type `float16`, `float32`, `float64`, `int32`, or `int64`. name: A name for the operation (optional). Returns: