tf.math.logical_or

Returns the truth value of x OR y element-wise.

tf.math.logical_or(
    x, y, name=None
)

NOTE: math.logical_or supports broadcasting. More about broadcasting here

Args:

Returns:

A Tensor of type bool.