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 input x. Please refer to clip.