scale_¶
- paddle.Tensor. scale_ ( x, scale=1.0, bias=0.0, bias_after_scale=True, act=None, name=None )
-
Inplace version of
scale
API, the output Tensor will be inplaced with inputx
. Please refer to api_tensor_scale.
Inplace version of scale
API, the output Tensor will be inplaced with input x
. Please refer to api_tensor_scale.