Skip to main content
Version: 0.3

LayerQuantizationSettings

CLASS - LayerQuantizationSettings(

)

Ancestors - (BaseQATQuantizationSettings, BaseQuantizationSettings)

Quantization Settings for a specific Layer that can be set in Settings.

Class Variables

  • skip_quantization (bool) - Whether or not to Skip Quantization for a specific Layer.
  • skip_quantization_downstream (bool) - Whether or not to Skip Quantization for the current Layer and everything below it in the Graph.
  • skip_quantization_until (Union[strTuple[str], List[str], None]) - Skip Quantization from the layer name the LayerQuantizationSettings is assigned to until another layer name