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