tf.keras.ops.logical_and

Computes the element-wise logical AND of the given input tensors.

Zeros are treated as False and non-zeros are treated as True.

x1 Input tensor.
x2 Input tensor.

Output tensor, element-wise logical AND of the inputs.