快捷方式

LeakyReLU

class torch.ao.nn.quantized.LeakyReLU(scale, zero_point, negative_slope=0.01, inplace=False, device=None, dtype=None)[source]

这是 LeakyReLU 的量化等价物。

参数
  • scale (float) – 输出张量的量化比例

  • zero_point (int) – 输出张量的量化零点

  • negative_slope (float) – 控制负斜率的角度。默认值:1e-2

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取适合初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源