On this page
tf.keras.backend.any
Bitwise reduction (logical OR).
tf.keras.backend.any(
    x, axis=None, keepdims=False
)
  | 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). | 
© 2020 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/versions/r2.3/api_docs/python/tf/keras/backend/any