scale_

paddle.Tensor. scale_ ( x: Tensor, scale: float = 1.0, bias: float = 0.0, bias_after_scale: bool = True, act: str | None = None, name: str | None = None ) Tensor

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