logical_and_¶
- paddle. logical_and_ ( x: Tensor, y: Tensor, name: str | None = None ) Tensor [source]
-
Inplace version of
logical_and
API, the output Tensor will be inplaced with inputx
. Please refer to logical_and.
Inplace version of logical_and
API, the output Tensor will be inplaced with input x
. Please refer to logical_and.