torch.nn.functional.leaky_relu_¶ torch.nn.functional.leaky_relu_(input, negative_slope=0.01) → Tensor¶ 就地版本的 leaky_relu()。