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

Class ggml_init_params

encodec.cpp:424–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 // create the ggml context
423 {
424 struct ggml_init_params params = {
425 /* .mem_size = */ ggml_tensor_overhead() * n_tensors,
426 /* .mem_buffer = */ NULL,
427 /* .no_alloc = */ true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected