hardswish¶
-
class
torch.nn.quantized.functional.
hardswish
(input, scale, zero_point)[source]¶ This is the quantized version of
hardswish()
.- Parameters
input – quantized input
scale – quantization scale of the output tensor
zero_point – quantization zero point of the output tensor