neural_compressor.ux.components.configuration_wizard.params_feeder

Parameters feeder module.

Module Contents

Classes

Feeder

Parameters feeder class.

Functions

get_possible_values(→ Dict[str, List[Any]])

Get list of possible values for specified scenario with "help" information.

class neural_compressor.ux.components.configuration_wizard.params_feeder.Feeder(data: Dict[str, Any])

Parameters feeder class.

feed() Dict[str, Any]

Feed the parameters.

static get_frameworks() List[dict]

Get list of available frameworks.

get_domains() List[Dict[str, Any]]

Get list of available domains.

get_models() List[Dict[str, Any]]

Get list of models.

get_dataloaders() List[Dict[str, Any]]

Get available dataloaders.

get_transforms() List[Dict[str, Any]]

Get available transforms.

static get_objectives() List[dict]

Get list of supported objectives.

static get_strategies() List[Dict[str, Any]]

Get list of supported strategies.

get_precisions() List[dict]

Get list of available precisions.

get_quantization_approaches() List[Dict[str, Any]]

Get list of supported quantization approaches.

get_metrics() List[Dict[str, Any]]

Get list of possible metrics.

neural_compressor.ux.components.configuration_wizard.params_feeder.get_possible_values(data: dict) Dict[str, List[Any]]

Get list of possible values for specified scenario with “help” information.