pub fn softmax_axis( a: impl AsRef<Array>, axis: i32, precise: impl Into<Option<bool>>, ) -> Result<Array>
Similar to [softmax_axes] but with a single axis.
softmax_axes