MCPcopy 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
244llama_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

set_inputMethod · 0.80
can_reuseMethod · 0.80
build_attnMethod · 0.80
init_batchMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected