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