Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_logits
Method
get_logits
subprojects/llama.cpp/src/llama-context.cpp:677–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
float * llama_context::get_logits() {
678
output_reorder();
679
680
return logits;
681
}
682
683
int64_t llama_context::output_resolve_row(int32_t i) const {
684
int64_t j = -1;
Callers
4
encode
Method · 0.45
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