pub fn softmax_axes( a: impl AsRef<Array>, axes: &[i32], precise: impl Into<Option<bool>>, ) -> Result<Array>
Perform the softmax along the given axis.
See the python API docs for more information.