tf.keras.backend.all

Bitwise reduction (logical AND).

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.all, `tf.compat.v2.keras.backend.all`

x Tensor or variable.
axis axis along which to perform the reduction.
keepdims whether the drop or broadcast the reduction axes.

A uint8 tensor (0s and 1s).