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.
the input tensor
each tensor element rounded down
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.