1"""Auto-generated config module from config_schema.yaml."""
7 ResourceManagementConfig,
14 EquivalentTransformationConfig,
15 SearchWeightScaleConfig,
21from .presets
import Preset, get_preset, list_presets
27 MoeExpertSelectionMode,
39QuantizationConfig = CalibrationConfig
44 """Create a CompileConfig with the given parameters.
46 This is a compatibility wrapper. For new code, use CompileConfig directly
47 or CompileConfig.from_preset() for preset-based configuration.
58 "PreprocessingConfig",
59 "ResourceManagementConfig",
66 "EquivalentTransformationConfig",
67 "SearchWeightScaleConfig",
80 "LutClusteringMethod",
82 "MoeExpertSelectionMode",
Unified compilation configuration for Mobilint MXQ compilation.
CompileConfig get_compile_config(**kwargs)
Create a CompileConfig with the given parameters.