description: Returns the truth value of x AND y element-wise.
robots: noindex
Returns the truth value of x AND y element-wise.
tf.raw_ops.LogicalAnd(
x, y, name=None
)
NOTE: LogicalAnd
supports broadcasting. More about broadcasting
here
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 .
|