Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

hardswish#

class torch.ao.nn.quantized.functional.hardswish(input, scale, zero_point)[source]#

This is the quantized version of hardswish().

Parameters
  • input (Tensor) โ€“ quantized input

  • scale (float) โ€“ quantization scale of the output tensor

  • zero_point (int) โ€“ quantization zero point of the output tensor

Return type

Tensor