pub fn arange_device<U, T>( start: impl Into<Option<U>>, stop: U, step: impl Into<Option<U>>, stream: impl AsRef<Stream>, ) -> Result<Array>where U: NumCast, T: ArrayElement,
See Array::arange
Array::arange