ggml_threadpool_pause method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void ggml_threadpool_pause(
ffi.Pointer<ggml_threadpool> threadpool,
) {
return _ggml_threadpool_pause(
threadpool,
);
}