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