| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected