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

Method get_n_rs

subprojects/llama.cpp/src/llama-memory-recurrent.cpp:1139–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137}
1138
1139uint32_t llama_memory_recurrent_context::get_n_rs() const {
1140 return is_full ? mem->size : mem->n;
1141}
1142
1143uint32_t llama_memory_recurrent_context::get_head() const {
1144 return is_full ? 0 : mem->head;

Callers 4

set_inputMethod · 0.80
can_reuseMethod · 0.80
build_rs_inp_implFunction · 0.80
build_rsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected