![]() |
Element-wise rounding to the closest integer.
Aliases:
tf.keras.backend.round(x)
In case of tie, the rounding mode used is "half to even".
Arguments:
x
: Tensor or variable.
Returns:
A tensor.
![]() |
Element-wise rounding to the closest integer.
tf.keras.backend.round(x)
In case of tie, the rounding mode used is "half to even".
x
: Tensor or variable.A tensor.