SessionOptionsSetCustomThreadCreationOptions property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSessionOptions> options, Pointer<Void> ort_custom_thread_creation_options)>> SessionOptionsSetCustomThreadCreationOptions
getter/setter pair

\brief Set creation options for custom thread

\paramin options Session 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<OrtSessionOptions> options,
      ffi.Pointer<ffi.Void> ort_custom_thread_creation_options,
    )
  >
>
SessionOptionsSetCustomThreadCreationOptions;