contrib.keras.backend.all

tf.contrib.keras.backend.all

tf.contrib.keras.backend.all

all(
    x,
    axis=None,
    keepdims=False
)

Defined in tensorflow/contrib/keras/python/keras/backend.py.

Bitwise reduction (logical AND).

Arguments:

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

登录查看完整内容