tf.keras.ops.floor

Return the floor of the input, element-wise.

The floor of the scalar x is the largest integer i, such that i <= x.

x Input tensor.

Output tensor, element-wise floor of x.