neural_compressor.experimental.common

Intel® Neural Compressor: An open-source Python library supporting common model.

Submodules

Package Contents

Classes

Model

A wrapper of the information needed to construct a Model.

DataLoader

A wrapper of the information needed to construct a dataloader.

Postprocess

Just collect the infos to construct a Postprocess.

Metric

A wrapper of the information needed to construct a Metric.

Functions

_generate_common_dataloader(dataloader, framework[, ...])

Generate common dataloader.