MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_n_batch

Function llama_n_batch

smallthinker/src/llama-context.cpp:2273–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271}
2272
2273uint32_t llama_n_batch(const llama_context * ctx) {
2274 return ctx->n_batch();
2275}
2276
2277uint32_t llama_n_ubatch(const llama_context * ctx) {
2278 return ctx->n_ubatch();

Callers 8

initMethod · 0.85
update_slotsMethod · 0.85
process_chunkMethod · 0.85
common_speculative_initFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
encodeFunction · 0.85
generateFunction · 0.85

Calls 1

n_batchMethod · 0.80

Tested by 3

common_speculative_initFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68