Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_recr
Method
get_recr
subprojects/llama.cpp/src/llama-memory-hybrid.cpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
const llama_memory_recurrent_context * llama_memory_hybrid_context::get_recr() const {
267
return static_cast<const llama_memory_recurrent_context *>(ctx_recr.get());
268
}
Callers
12
set_input
Method · 0.45
can_reuse
Method · 0.45
build_inp_mem_hybrid
Method · 0.45
build_inp_mem_hybrid_iswa
Method · 0.45
llm_build_falcon_h1
Method · 0.45
llm_build_nemotron_h
Method · 0.45
llm_build_plamo2
Method · 0.45
llm_build_jamba
Method · 0.45
llm_build_granite_hybrid
Method · 0.45
llm_build_lfm2
Method · 0.45
build_shortconv_block
Method · 0.45
llm_build_qwen3next
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected