tf.math.logical_and

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

Main aliases

tf.logical_and

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.logical_and, tf.compat.v1.math.logical_and

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

A Tensor of type bool.