mlx_arange function
int
mlx_arange(
- Pointer<
mlx_array> res, - double start,
- double stop,
- double step,
- mlx_dtype_ dtype,
- mlx_stream s,
Implementation
int mlx_arange(
ffi.Pointer<mlx_array> res,
double start,
double stop,
double step,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_arange(res, start, stop, step, dtype.value, s);