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