tf.raw_ops.LogicalOr

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.LogicalOr

x A Tensor of type bool.
y A Tensor of type bool.
name A name for the operation (optional).

A Tensor of type bool.