View source on GitHub |
Bitwise reduction (logical AND).
tf.keras.backend.all(
x, axis=None, keepdims=False
)
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).