MCPcopy 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
240llama_kv_cache * llama_kv_cache_iswa::get_base() const {
241 return kv_base.get();
242}
243
244llama_kv_cache * llama_kv_cache_iswa::get_swa() const {
245 return kv_swa.get();

Callers 9

set_inputMethod · 0.45
can_reuseMethod · 0.45
build_attnMethod · 0.45
init_batchMethod · 0.45
backend_buffer_get_baseFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected