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