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