(ctx: llama_context_p, /)
| 1606 | # LLAMA_API uint32_t llama_n_batch (const struct llama_context * ctx); |
| 1607 | @ctypes_function("llama_n_batch", [llama_context_p_ctypes], ctypes.c_uint32) |
| 1608 | def llama_n_batch(ctx: llama_context_p, /) -> int: ... |
| 1609 | |
| 1610 | |
| 1611 | # LLAMA_API uint32_t llama_n_ubatch (const struct llama_context * ctx); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…