tf.keras.ops.floor_divide

Returns the largest integer smaller or equal to the division of inputs.

x1 Numerator.
x2 Denominator.

Output tensor, y = floor(x1/x2)