Methods
# inner roundOff(tensor) → {Tensor}
Computes round of input tf.Tensor element-wise: round(x). It implements banker's rounding.
Parameters:
Name | Type | Description |
---|---|---|
tensor |
Tensor
|
The input tensor. |
tf.round(tensor)
Tensor