where_

paddle. where_ ( condition: Tensor, x: Tensor | float | None = None, y: Tensor | float | None = None, name: str | None = None ) Tensor [source]

Inplace version of where API, the output Tensor will be inplaced with input x. Please refer to where.