Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/sam3.cpp
/ ggml_context
Class
ggml_context
examples/quantize.cpp:343–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
{
342
struct ggml_init_params params = { 0, NULL, false };
343
struct ggml_context * ctx = ggml_init(params);
344
ggml_free(ctx);
345
}
346
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected