mlx_eye function
Implementation
int mlx_eye(
ffi.Pointer<mlx_array> res,
int n,
int m,
int k,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_eye(res, n, m, k, dtype.value, s);
int mlx_eye(
ffi.Pointer<mlx_array> res,
int n,
int m,
int k,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_eye(res, n, m, k, dtype.value, s);