TensorFlow

API

 tf.math / logical_and


Returns the truth value of x OR y element-wise.

x A Tensor of type bool.
y A Tensor of type bool.
name A name for the operation (optional).

A Tensor of type bool.

此页内容是否对您有帮助