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

Class ggml_init_params

tests/test_metal_conv_dw.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 int* out_w, int* out_h) {
27 size_t ctx_size = ggml_tensor_overhead() * 16 + ggml_graph_overhead();
28 struct ggml_init_params params = {ctx_size, nullptr, true};
29 struct ggml_context* ctx = ggml_init(params);
30
31 // Kernel: [KW, KH, 1, C]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected