neural_compressor.experimental.component

This is a module for Component class.

The Component class will be inherited by the class ‘Quantization’, ‘Pruning’ and ‘Distillation’.

Module Contents

Classes

Component

This is base class of Neural Compressor Component.

class neural_compressor.experimental.component.Component(conf_fname_or_obj=None, combination=None)[source]

This is base class of Neural Compressor Component.

This class will be inherited by the class ‘Quantization’, ‘Pruning’ and ‘Distillation’. This design is mainly for one-shot optimization for pruning/distillation/quantization-aware training. In this class will apply all hooks for ‘Quantization’, ‘Pruning’ and ‘Distillation’.