clip_¶
- paddle.Tensor. clip_ ( x, min=None, max=None, name=None )
-
Inplace version of
clip
API, the output Tensor will be inplaced with inputx
. Please refer to api_tensor_clip.
Inplace version of clip
API, the output Tensor will be inplaced with input x
. Please refer to api_tensor_clip.