Skip to main content

softmax_axis

Function softmax_axis 

Source
pub fn softmax_axis(x: &ArrayView1<'_, f64>, _axis: Option<usize>) -> Vec<f64>
Expand description

SciPy-compatible softmax with axis parameter