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

Method llm_offload_trie

llama.cpp:6269–6271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6267 };
6268
6269 llm_offload_trie() {
6270 root = new node;
6271 }
6272
6273 llm_offload_trie(const std::unordered_map<const char *, llm_offload_func_e> & map) {
6274 root = new node;

Callers

nothing calls this directly

Calls 1

addFunction · 0.50

Tested by

no test coverage detected