1"""Auto-generated config module from config_schema.yaml."""
7 ResourceManagementConfig,
13 EquivalentTransformationConfig,
14 SearchWeightScaleConfig,
19from .presets
import Preset, get_preset, list_presets
36QuantizationConfig = CalibrationConfig
41 """Create a CompileConfig with the given parameters.
43 This is a compatibility wrapper. For new code, use CompileConfig directly
44 or CompileConfig.from_preset() for preset-based configuration.
55 "PreprocessingConfig",
56 "ResourceManagementConfig",
62 "EquivalentTransformationConfig",
63 "SearchWeightScaleConfig",
75 "LutClusteringMethod",
Unified compilation configuration for Mobilint MXQ compilation.
CompileConfig get_compile_config(**kwargs)
Create a CompileConfig with the given parameters.