Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ get_logits
Method
get_logits
smallthinker/src/llama-context.cpp:467–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
float * llama_context::get_logits() {
468
return logits;
469
}
470
471
float * llama_context::get_logits_ith(int32_t i) {
472
int32_t j = -1;
Callers
3
decode
Method · 0.45
opt_epoch_iter
Method · 0.45
llama_get_logits
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected