pub fn stable_softmax(values: &[f32]) -> Vec<f32>
Stable softmax that returns Vec directly (no Result) Used by sparse, moe, and graph modules