Interface OrtThreadWorkerFn.Function

Enclosing class:
OrtThreadWorkerFn

public static interface OrtThreadWorkerFn.Function
The function pointer signature, expressed as a functional interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(MemorySegment ort_worker_fn_param)
     
  • Method Details