ggml_backend_alloc_buffer method

ggml_backend_buffer_t ggml_backend_alloc_buffer(
  1. ggml_backend_t backend,
  2. int size
)

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