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

Function ggml_allocr_get_buffer

ggml-alloc.c:735–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735struct ggml_backend_buffer * ggml_allocr_get_buffer(ggml_allocr_t alloc) {
736 return ggml_tallocr_get_buffer(alloc->talloc);
737}
738
739void ggml_allocr_set_parse_seq(ggml_allocr_t alloc, const int * list, int n) {
740 ggml_gallocr_set_parse_seq(alloc->galloc, list, n);

Callers

nothing calls this directly

Calls 1

ggml_tallocr_get_bufferFunction · 0.85

Tested by

no test coverage detected