mlx_rs::ops

Function arange

Source
pub fn arange<U, T>(
    start: impl Into<Option<U>>,
    stop: U,
    step: impl Into<Option<U>>,
) -> Result<Array>
where U: NumCast, T: ArrayElement,
Expand description