Skip to main content

softmax

Function softmax 

Source
pub fn softmax(x: &[f32], rows: usize, d: usize) -> Vec<f32>