Function softmax_axis

Source
pub fn softmax_axis(
    a: impl AsRef<Array>,
    axis: i32,
    precise: impl Into<Option<bool>>,
) -> Result<Array>
Expand description

Similar to [softmax_axes] but with a single axis.