pub fn estimate_sensitivity(module: &Module) -> Vec<SensitivityScore>Expand description
Compute sensitivity scores for all storage globals in a module.
This is a heuristic that assigns higher sensitivity to:
- Smaller tensors (less data to average over)
- Output tensors (error accumulation at output is worse)
A production implementation would run calibration data through the model and measure actual accuracy impact.