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

Method get_rs_z

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

Source from the content-addressed store, hash-verified

1145}
1146
1147int32_t llama_memory_recurrent_context::get_rs_z() const {
1148 return is_full ? 0 : mem->rs_z;
1149}
1150
1151uint32_t llama_memory_recurrent_context::get_size() const {
1152 return mem->size;

Callers 3

can_reuseMethod · 0.80
build_rs_inp_implFunction · 0.80
build_rsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected