ggml_backend_alloc_buffer method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ggml_backend_buffer_t ggml_backend_alloc_buffer(
ggml_backend_t backend,
int size,
) {
return _ggml_backend_alloc_buffer(backend, size);
}