MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / set_inputs

Method set_inputs

subprojects/llama.cpp/src/llama-graph.cpp:686–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686void llm_graph_result::set_inputs(const llama_ubatch * ubatch) {
687 for (auto & input : inputs) {
688 input->set_input(ubatch);
689 }
690}
691
692void llm_graph_result::set_outputs() {
693 if (t_logits != nullptr) {

Callers 3

process_ubatchMethod · 0.80
opt_epoch_iterMethod · 0.80
updateMethod · 0.80

Calls 1

set_inputMethod · 0.45

Tested by

no test coverage detected