W3cubDocs

/TensorFlow Python

tf.keras.backend.any

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

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

Bitwise reduction (logical OR).

Arguments:

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

Returns:

A uint8 tensor (0s and 1s).

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/backend/any