Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_size
Method
get_size
subprojects/llama.cpp/src/llama-kv-cache.cpp:980–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
}
979
980
uint32_t llama_kv_cache::get_size() const {
981
const auto & cells = v_cells[seq_to_stream[0]];
982
983
return cells.size();
984
}
985
986
uint32_t llama_kv_cache::get_n_stream() const {
987
return n_stream;
Callers
6
get_can_shift
Method · 0.45
build_rs
Method · 0.45
llama_kv_cache_context
Method · 0.45
build_plamo2_mamba_layer
Method · 0.45
build_mamba_layer
Method · 0.45
build_mamba2_layer
Method · 0.45
Calls
1
size
Method · 0.65
Tested by
no test coverage detected