description: Returns the truth value of x AND y element-wise.

robots: noindex

tf.raw_ops.LogicalAnd

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

NOTE: LogicalAnd supports broadcasting. More about broadcasting here

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

A Tensor of type bool.