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.

x1Input tensor.
x2Input tensor.

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