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[source]

Interface for parameters to add model.

class neural_compressor.ux.components.db_manager.params_interfaces.DatasetAddParamsInterface[source]

Interface for parameters to add dataset.

class neural_compressor.ux.components.db_manager.params_interfaces.OptimizationAddParamsInterface[source]

Interface for parameters to add optimization.

class neural_compressor.ux.components.db_manager.params_interfaces.OptimizationEditParamsInterface[source]

Interface for parameters to edit optimization.

class neural_compressor.ux.components.db_manager.params_interfaces.BenchmarkAddParamsInterface[source]

Interface for parameters to add benchmark.

class neural_compressor.ux.components.db_manager.params_interfaces.BenchmarkEditParamsInterface[source]

Interface for parameters to edit benchmark.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingAddParamsInterface[source]

Interface for parameters to add profiling.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingEditParamsInterface[source]

Interface for parameters to edit profiling.

class neural_compressor.ux.components.db_manager.params_interfaces.ProfilingResultAddParamsInterface[source]

Interface for parameters to add profiling result.

class neural_compressor.ux.components.db_manager.params_interfaces.TuningHistoryItemInterface[source]

Interface for single tuning history item.

class neural_compressor.ux.components.db_manager.params_interfaces.TuningHistoryInterface[source]

Interface for tuning history data.

class neural_compressor.ux.components.db_manager.params_interfaces.DiagnosisOptimizationParamsInterface[source]

Interface for parameters for generating optimization from diagnosis tab.