| 2371 | } |
| 2372 | |
| 2373 | static void ggml_scratch_load(struct ggml_context * ctx) { |
| 2374 | ctx->no_alloc = ctx->no_alloc_save; |
| 2375 | |
| 2376 | ctx->scratch = ctx->scratch_save; |
| 2377 | } |
| 2378 | |
| 2379 | //////////////////////////////////////////////////////////////////////////////// |
| 2380 |
no outgoing calls
no test coverage detected