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

Function ggml_scratch_load

ggml.c:2373–2377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2371}
2372
2373static 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

Callers 2

ggml_new_i32Function · 0.85
ggml_new_f32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected