MCPcopy 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_dataMethod · 0.45
llm_load_tensorsFunction · 0.45
llama_build_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected