ggml_gallocr_new_n method

ggml_gallocr_t ggml_gallocr_new_n(
  1. Pointer<ggml_backend_buffer_type_t> bufts,
  2. int n_bufs
)

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);
}