pow_

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

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