torch.nn.functional.leaky_relu_¶
-
torch.nn.functional.
leaky_relu_
(input, negative_slope=0.01) → Tensor¶ In-place version of
leaky_relu()
.
torch.nn.functional.
leaky_relu_
(input, negative_slope=0.01) → Tensor¶In-place version of leaky_relu()
.