Rate this Page

Sigmoid#

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

This is the quantized equivalent ofSigmoid.

Parameters
  • scale – quantization scale of the output tensor

  • zero_point – quantization zero point of the output tensor