thresholded_relu_¶
- paddle.nn.functional. thresholded_relu_ ( x: Tensor, threshold: float = 1.0, value: float = 0.0, name: str | None = None ) Tensor [source]
-
Inplace version of
thresholded_relu
API, the output Tensor will be inplaced with inputx
. Please refer to thresholded_relu.