MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_tallocr_get_buffer

Function ggml_tallocr_get_buffer

ggml-alloc.c:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311struct ggml_backend_buffer * ggml_tallocr_get_buffer(ggml_tallocr_t alloc) {
312 return alloc->buffer;
313}
314
315void ggml_tallocr_free(ggml_tallocr_t alloc) {
316 if (alloc == NULL) {

Callers 5

ggml_allocr_get_bufferFunction · 0.85
sched_print_assignmentsFunction · 0.85
sched_split_graphFunction · 0.85
sched_compute_splitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected