pub fn generate_ml(
source: &InputSource,
targets: &[TargetSpec],
output: &Path,
dry_run: bool,
) -> Result<GenerationResult>Expand description
Generate with ML mode: detects numpy imports → uses PyReadonlyArray1<f64> params.
pub fn generate_ml(
source: &InputSource,
targets: &[TargetSpec],
output: &Path,
dry_run: bool,
) -> Result<GenerationResult>Generate with ML mode: detects numpy imports → uses PyReadonlyArray1<f64> params.