MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / n_batch

Method n_batch

src/llama-context.cpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702uint32_t llama_context::n_batch() const {
703 return cparams.n_batch;
704}
705
706uint32_t llama_context::n_ubatch() const {
707 return cparams.n_ubatch;

Callers 3

opt_initMethod · 0.95
opt_epoch_iterMethod · 0.95
llama_n_batchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected