| 2322 | } |
| 2323 | |
| 2324 | void ggml_set_no_alloc(struct ggml_context * ctx, bool no_alloc) { |
| 2325 | ctx->no_alloc = no_alloc; |
| 2326 | } |
| 2327 | |
| 2328 | void * ggml_get_mem_buffer(const struct ggml_context * ctx) { |
| 2329 | return ctx->mem_buffer; |
no outgoing calls
no test coverage detected