SetGlobalCustomThreadCreationOptions property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtThreadingOptions> tp_options, Pointer<Void> ort_custom_thread_creation_options)> >
SetGlobalCustomThreadCreationOptions
getter/setter pair
\brief Set custom thread creation options for global thread pools
\paraminout tp_options
\paramin ort_custom_thread_creation_options Custom thread creation options (can be nullptr)
\snippet{doc} snippets.dox OrtStatus Return Value
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtThreadingOptions> tp_options,
ffi.Pointer<ffi.Void> ort_custom_thread_creation_options,
)
>
>
SetGlobalCustomThreadCreationOptions;