bitwise_or_

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

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