Function softmax_array

Source
pub fn softmax_array<const SIZE: usize>(x: &f64, total: &[f64; SIZE]) -> f64