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