tf.keras.ops.floor_divide

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

x1Numerator.
x2Denominator.

Output tensor, y = floor(x1/x2)