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