Interface OrtCustomCreateThreadFn.Function
- Enclosing class:
OrtCustomCreateThreadFn
public static interface OrtCustomCreateThreadFn.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionapply(MemorySegment ort_custom_thread_creation_options, MemorySegment ort_thread_worker_fn, MemorySegment ort_worker_fn_param)
-
Method Details
-
apply
MemorySegment apply(MemorySegment ort_custom_thread_creation_options, MemorySegment ort_thread_worker_fn, MemorySegment ort_worker_fn_param)
-