neural_compressor.torch.algorithms.weight_only.hqq.config

Module Contents

Classes

QTensorConfig

HQQModuleConfig

Built-in immutable sequence.

Attributes

hqq_global_option

default_weight_quant_config

default_scale_quant_config

default_zero_quant_config

default_hqq_module_config

ConfigMappingType

class neural_compressor.torch.algorithms.weight_only.hqq.config.HQQModuleConfig[source]

Built-in immutable sequence.

If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.

If the argument is a tuple, the return value is the same object.