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

Method add_input

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

Source from the content-addressed store, hash-verified

754}
755
756llm_graph_input_i * llm_graph_result::add_input(llm_graph_input_ptr input) {
757 inputs.emplace_back(std::move(input));
758 return inputs.back().get();
759}
760
761void llm_graph_result::set_params(const llm_graph_params & params) {
762 this->params = params;

Callers 15

build_inp_embdMethod · 0.80
build_inp_posMethod · 0.80
build_inp_attn_scaleMethod · 0.80
build_inp_out_idsMethod · 0.80
build_inp_meanMethod · 0.80
build_inp_clsMethod · 0.80
build_inp_cross_embdMethod · 0.80
build_attn_inp_kvMethod · 0.80
build_attn_inp_kMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected