Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
enum llm_tensor {
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
c_str
Method · 0.45
Tested by
no test coverage detected