tf.keras.ops.maximum

Element-wise maximum of x1 and x2.

x1 First tensor.
x2 Second tensor.

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