MCPcopy 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
677float * llama_context::get_logits() {
678 output_reorder();
679
680 return logits;
681}
682
683int64_t llama_context::output_resolve_row(int32_t i) const {
684 int64_t j = -1;

Callers 4

encodeMethod · 0.45
decodeMethod · 0.45
opt_epoch_iterMethod · 0.45
llama_get_logitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected