MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / operator()

Method operator()

llama.cpp:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 llm_arch arch;
371
372 std::string operator()(llm_kv kv) const {
373 return ::format(LLM_KV_NAMES[kv].c_str(), LLM_ARCH_NAMES[arch].c_str());
374 }
375};
376
377enum llm_tensor {

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected