MCPcopy 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
447uint32_t llama_batch_allocr::get_n_used() const {
448 return n_used;
449}
450
451std::vector<int32_t> & llama_batch_allocr::get_out_ids() {
452 return out_ids;

Callers 5

init_batchMethod · 0.80
init_batchMethod · 0.80
init_batchMethod · 0.80
init_batchMethod · 0.80
init_batchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected