tf.keras.backend.all

View source on GitHub

Bitwise reduction (logical AND).

tf.keras.backend.all(
    x, axis=None, keepdims=False
)

Arguments:

Returns:

A uint8 tensor (0s and 1s).