LeakyReLU函数解析 LeakyReLU 语法 CLASS torch.nn.LeakyReLU(negative_slope: float = 0.01, inplace: bool = False) 作用 Element-wise 对于每个x,应用函数如图: 函数图像