tf.math.logical_or
Возвращает логическое ИЛИ x и y поэлементно.
tf.math.logical_or(
x, y, name=None
)
Примечание: math.logical_or поддерживает широковещательную передачу. Подробнее о широковещательной передаче здесь
| Аргументы | |
|---|---|
x | A Tensor типа bool. |
y | A Tensor типа bool. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor типа bool. |
© 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/math/logical_or