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