TensorFlow 1 version |
Returns the truth value of x OR y element-wise.
tf.math.logical_or(
x, y, name=None
)
Args | |
---|---|
x
|
A Tensor of type bool .
|
y
|
A Tensor of type bool .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type bool .
|