tf.keras.ops.minimum

Element-wise minimum of x1 and x2.

x1 First tensor.
x2 Second tensor.

Output tensor, element-wise minimum of x1 and x2.