ggml_gallocr_new_n method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ggml_gallocr_t ggml_gallocr_new_n(
ffi.Pointer<ggml_backend_buffer_type_t> bufts,
int n_bufs,
) {
return _ggml_gallocr_new_n(bufts, n_bufs);
}