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.

    Parameters

    Returns Tensor

    each tensor element rounded down