neural_compressor.ux.components.db_manager.params_interfaces
Parameters interfaces for DB.
Module Contents
Classes
Interface for parameters to add model. |
|
Interface for parameters to add dataset. |
|
Interface for parameters to add optimization. |
|
Interface for parameters to edit optimization. |
|
Interface for parameters to add benchmark. |
|
Interface for parameters to edit benchmark. |
|
Interface for parameters to add profiling. |
|
Interface for parameters to edit profiling. |
|
Interface for parameters to add profiling result. |
|
Interface for single tuning history item. |
|
Interface for tuning history data. |
|
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.