mlx_vector_int_set_data function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<mlx_vector_int>, ffi.Pointer<ffi.Int>, ffi.Size)
>()
external int mlx_vector_int_set_data(
ffi.Pointer<mlx_vector_int> vec,
ffi.Pointer<ffi.Int> data,
int size,
);