hardswish¶ class torch.ao.nn.quantized.functional.hardswish(input, scale, zero_point)[source][source]¶ 這是量化版本的 hardswish()。 引數 input (Tensor) – 量化輸入 scale (float) – 輸出張量的量化比例 zero_point (int) – 輸出張量的量化零點 返回型別 Tensor