tf.keras.ops.mod

Returns the element-wise remainder of division.

x1 First tensor.
x2 Second tensor.

Output tensor, element-wise remainder of division.