mlx_rs::ops

Function linspace_device

Source
pub fn linspace_device<U, T>(
    start: U,
    stop: U,
    count: impl Into<Option<i32>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
where U: NumCast, T: ArrayElement,
Expand description