clip_
- paddle.Tensor. clip_ ( 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.

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