MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / ggml_init_params

Class ggml_init_params

examples/quantize.cpp:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 // Init ggml (needed for fp16 lookup tables)
341 {
342 struct ggml_init_params params = { 0, NULL, false };
343 struct ggml_context * ctx = ggml_init(params);
344 ggml_free(ctx);
345 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected