MCPcopy 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
467float * llama_context::get_logits() {
468 return logits;
469}
470
471float * llama_context::get_logits_ith(int32_t i) {
472 int32_t j = -1;

Callers 3

decodeMethod · 0.45
opt_epoch_iterMethod · 0.45
llama_get_logitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected