Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_base
Method
get_base
subprojects/llama.cpp/src/llama-kv-cache-iswa.cpp:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
llama_kv_cache * llama_kv_cache_iswa::get_base() const {
241
return kv_base.get();
242
}
243
244
llama_kv_cache * llama_kv_cache_iswa::get_swa() const {
245
return kv_swa.get();
Callers
9
llama_kv_cache_iswa_context
Method · 0.45
set_input
Method · 0.45
can_reuse
Method · 0.45
build_attn
Method · 0.45
build_attn_inp_kv_iswa
Method · 0.45
build_inp_mem_hybrid_iswa
Method · 0.45
init_batch
Method · 0.45
ggml_backend_buffer_get_base
Function · 0.45
backend_buffer_get_base
Function · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected