neural_compressor.experimental

Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques.

Subpackages

Submodules

Package Contents

Classes

Component

This is base class of Neural Compressor Component.

Quantization

This class provides easy use API for quantization.

Pruning

This is base class of pruning object.

Benchmark

Benchmark class is used to evaluate the model performance with the objective settings.

Graph_Optimization

Graph_Optimization class.

MixedPrecision

Class used for generating low precision model.

ModelConversion

ModelConversion class is used to convert one model format to another.

Distillation

Distillation class derived from Component class.

NAS

Create object of different NAS approaches.

Attributes

GraphOptimization