Function round

  • Calculates the integer closest to each tensor element. For example, round(133.8) returns the value 134.

    Returns

    each tensor element rounded

    Parameters

    Returns Tensor

Generated using TypeDoc