Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ init
Method
init
llama.cpp:1060–1063 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1058
}
1059
1060
void init(void * ptr) {
1061
GGML_ASSERT(addr == NULL && size == 0); // NOLINT
1062
addr = ptr;
1063
}
1064
1065
void grow_to(size_t target_size) {
1066
GGML_ASSERT(addr);
Callers
4
load_all_data
Method · 0.45
llm_load_sparse_model_tensors
Function · 0.45
llm_load_tensors
Function · 0.45
llama_build_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected