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

Function ggml_tallocr_is_measure

ggml-alloc.c:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool ggml_tallocr_is_measure(ggml_tallocr_t alloc) {
327 return alloc->measure;
328}
329
330size_t ggml_tallocr_max_size(ggml_tallocr_t alloc) {
331 return alloc->max_size;

Callers 2

init_viewFunction · 0.85
ggml_allocr_is_measureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected