Function floor

  • Calculates the closest int value that is less than or equal to the value of each tensor element. For example, floor(9.97) returns the value 9.

    Returns

    each tensor element rounded down

    Parameters

    Returns Tensor

Generated using TypeDoc