neural_compressor.ux.components.db_manager.params_interfaces

Parameters interfaces for DB.

Module Contents

Classes

ModelAddParamsInterface

Interface for parameters to add model.

DatasetAddParamsInterface

Interface for parameters to add dataset.

OptimizationAddParamsInterface

Interface for parameters to add optimization.

OptimizationEditParamsInterface

Interface for parameters to edit optimization.

BenchmarkAddParamsInterface

Interface for parameters to add benchmark.

BenchmarkEditParamsInterface

Interface for parameters to edit benchmark.

ProfilingAddParamsInterface

Interface for parameters to add profiling.

ProfilingEditParamsInterface

Interface for parameters to edit profiling.

ProfilingResultAddParamsInterface

Interface for parameters to add profiling result.

TuningHistoryItemInterface

Interface for single tuning history item.

TuningHistoryInterface

Interface for tuning history data.

DiagnosisOptimizationParamsInterface

Interface for parameters for generating optimization from diagnosis tab.

class neural_compressor.ux.components.db_manager.params_interfaces.ModelAddParamsInterface

Interface for parameters to add model.

static parse_nodes(nodes: None | str | List[str]) List[str]

Parse model’s boundary nodes.

class neural_compressor.ux.components.db_manager.params_interfaces.DatasetAddParamsInterface

Interface for parameters to add dataset.

class neural_compressor.ux.components.db_manager.params_interfaces.OptimizationAddParamsInterface

Interface for parameters to add optimization.

class neural_compressor.ux.components.db_manager.params_interfaces.OptimizationEditParamsInterface

Interface for parameters to edit optimization.

class neural_compressor.ux.components.db_manager.params_interfaces.BenchmarkAddParamsInterface

Interface for parameters to add benchmark.

class neural_compressor.ux.components.db_manager.params_interfaces.BenchmarkEditParamsInterface

Interface for parameters to edit benchmark.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingAddParamsInterface

Interface for parameters to add profiling.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingEditParamsInterface

Interface for parameters to edit profiling.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingResultAddParamsInterface

Interface for parameters to add profiling result.

class neural_compressor.ux.components.db_manager.params_interfaces.TuningHistoryItemInterface

Interface for single tuning history item.

serialize() Dict[str, Any]

Serialize tuning history item.

class neural_compressor.ux.components.db_manager.params_interfaces.TuningHistoryInterface

Interface for tuning history data.

serialize() Dict[str, Any]

Serialize history snapshot to dict.

class neural_compressor.ux.components.db_manager.params_interfaces.DiagnosisOptimizationParamsInterface

Interface for parameters for generating optimization from diagnosis tab.