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

Function ggml_allocr_reset

ggml-alloc.c:753–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753void ggml_allocr_reset(ggml_allocr_t alloc) {
754 ggml_tallocr_reset(alloc->talloc);
755}
756
757void ggml_allocr_alloc(ggml_allocr_t alloc, struct ggml_tensor * tensor) {
758 ggml_tallocr_alloc(alloc->talloc, tensor);

Callers 2

llama_decode_internalFunction · 0.85
clip_image_batch_encodeFunction · 0.85

Calls 1

ggml_tallocr_resetFunction · 0.85

Tested by

no test coverage detected