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

Method get_head

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

Source from the content-addressed store, hash-verified

1141}
1142
1143uint32_t llama_memory_recurrent_context::get_head() const {
1144 return is_full ? 0 : mem->head;
1145}
1146
1147int32_t llama_memory_recurrent_context::get_rs_z() const {
1148 return is_full ? 0 : mem->rs_z;

Callers 11

can_reuseMethod · 0.80
build_rs_inp_implFunction · 0.80
build_rsMethod · 0.80
build_rwkv6_time_mixMethod · 0.80
build_rwkv7_time_mixMethod · 0.80
build_shortconv_blockMethod · 0.80
build_mamba_layerMethod · 0.80
build_mamba2_layerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected