ggml_gallocr_new_n function
- @Native<ggml_gallocr_t Function(Pointer<
ggml_backend_buffer_type_t> , Int)>(ffi.Pointer<ggml_backend_buffer_type_t>, ffi.Int)>()
- Pointer<
ggml_backend_buffer_type_t> bufts, - int n_bufs
Implementation
@ffi.Native<
ggml_gallocr_t Function(ffi.Pointer<ggml_backend_buffer_type_t>, ffi.Int)
>()
external ggml_gallocr_t ggml_gallocr_new_n(
ffi.Pointer<ggml_backend_buffer_type_t> bufts,
int n_bufs,
);