tf.keras.ops.logical_or

Computes the element-wise logical OR of the given input tensors.

Zeros are treated as False and non-zeros are treated as True.

x1 Input tensor.
x2 Input tensor.

Output tensor, element-wise logical OR of the inputs.