Module

BasicOperations

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.

View Source

tf.round(tensor)
Tensor