tf.math.logical_and

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

tf.math.logical_and(
    x, y, name=None
)

NOTE: math.logical_and supports broadcasting. More about broadcasting here

Args:

Returns:

A Tensor of type bool.