Rate this Page

Sigmoid#

class torch.ao.nn.quantized.Sigmoid(output_scale, output_zero_point)[source]#

This is the quantized equivalent of Sigmoid.

Parameters
  • scale – quantization scale of the output tensor

  • zero_point – quantization zero point of the output tensor