Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ n_embd_head
Method
n_embd_head
llama.cpp:1298–1300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1296
}
1297
1298
uint32_t n_embd_head() const {
1299
return n_embd/n_head;
1300
}
1301
1302
uint32_t n_embd_gqa() const {
1303
return n_embd/n_gqa();
Callers
4
llm_build_k_shift
Function · 0.45
llm_build_kqv
Function · 0.45
llm_build_context
Method · 0.45
llama_build_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected