pub fn softmax_all( a: impl AsRef<Array>, precise: impl Into<Option<bool>>, ) -> Result<Array>
Perform the softmax along all axes.