ggml_backend_cpu_set_threadpool method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void ggml_backend_cpu_set_threadpool(
ggml_backend_t backend_cpu,
ggml_threadpool_t threadpool,
) {
return _ggml_backend_cpu_set_threadpool(backend_cpu, threadpool);
}