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

Function ggml_allocr_alloc_graph

ggml-alloc.c:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765size_t ggml_allocr_alloc_graph(ggml_allocr_t alloc, struct ggml_cgraph * graph) {
766 return ggml_gallocr_alloc_graph(alloc->galloc, alloc->talloc, graph);
767}

Callers 7

llama_decode_internalFunction · 0.85
apply_loraFunction · 0.85
clip_model_loadFunction · 0.85
clip_image_batch_encodeFunction · 0.85
llama_build_train_graphsFunction · 0.85

Calls 1

ggml_gallocr_alloc_graphFunction · 0.70

Tested by

no test coverage detected