ggml_threadpool_resume function
- @Native<Void Function(Pointer<
ggml_threadpool> )>(ffi.Pointer<ggml_threadpool>)>()
- Pointer<
ggml_threadpool> threadpool
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_threadpool>)>()
external void ggml_threadpool_resume(
ffi.Pointer<ggml_threadpool> threadpool,
);