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