Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_n_used
Method
get_n_used
subprojects/llama.cpp/src/llama-batch.cpp:447–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
uint32_t llama_batch_allocr::get_n_used() const {
448
return n_used;
449
}
450
451
std::vector<int32_t> & llama_batch_allocr::get_out_ids() {
452
return out_ids;
Callers
5
init_batch
Method · 0.80
init_batch
Method · 0.80
init_batch
Method · 0.80
init_batch
Method · 0.80
init_batch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected