Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
765
size_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_internal
Function · 0.85
llama_new_context_with_model
Function · 0.85
apply_lora
Function · 0.85
clip_model_load
Function · 0.85
clip_image_batch_encode
Function · 0.85
llama_build_train_graphs
Function · 0.85
llama_build_lora_finetune_graphs
Function · 0.85
Calls
1
ggml_gallocr_alloc_graph
Function · 0.70
Tested by
no test coverage detected