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

Method build_rs_inp

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

Source from the content-addressed store, hash-verified

2196}
2197
2198llm_graph_input_rs * llm_graph_context::build_rs_inp() const {
2199 const auto * mctx_cur = static_cast<const llama_memory_recurrent_context *>(mctx);
2200
2201 auto inp = build_rs_inp_impl(ctx0, ubatch, mctx_cur);
2202
2203 return (llm_graph_input_rs *) res->add_input(std::move(inp));
2204}
2205
2206ggml_tensor * llm_graph_context::build_rs(
2207 llm_graph_input_rs * inp,

Callers

nothing calls this directly

Calls 2

build_rs_inp_implFunction · 0.85
add_inputMethod · 0.80

Tested by

no test coverage detected