W3cubDocs

/TensorFlow 1.15

tf.keras.backend.any

View source on GitHub

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).

© 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/r1.15/api_docs/python/tf/keras/backend/any