hardswish¶ class torch.ao.nn.quantized.functional.hardswish(input, scale, zero_point)[源代码]¶ 这是 hardswish() 的量化版本。 参数 input (张量) – 量化输入 scale (浮点数) – 输出张量的量化比例 zero_point (整数) – 输出张量的量化零点 返回类型 张量