SetGlobalCustomCreateThreadFn property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtThreadingOptions> tp_options, OrtCustomCreateThreadFn ort_custom_create_thread_fn)> >
SetGlobalCustomCreateThreadFn
getter/setter pair
\name OrtThreadingOptions @{ /** \brief Set custom thread creation function for global thread pools *
- \param
inouttp_options - \param
inort_custom_create_thread_fn Custom thread creation function - \snippet{doc} snippets.dox OrtStatus Return Value */
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtThreadingOptions> tp_options,
OrtCustomCreateThreadFn ort_custom_create_thread_fn,
)
>
>
SetGlobalCustomCreateThreadFn;