mlx_rs::ops

Function softmax_all_device

Source
pub fn softmax_all_device(
    a: impl AsRef<Array>,
    precise: impl Into<Option<bool>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
Expand description

Perform the softmax along all axes.