clamp_
- paddle.Tensor. clamp_ ( x: Tensor, min: float | None = None, max: float | None = None, name: str | None = None ) Tensor
-
Inplace version of
clipAPI, the output Tensor will be inplaced with inputx. Please refer to api_paddle_clip.
