DisablePerSessionThreads property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSessionOptions> options)>> DisablePerSessionThreads
getter/setter pair

\brief Use global thread pool on a session

Disable using per session thread pool and use the shared global threadpool. This should be used in conjunction with OrtApi::CreateEnvWithGlobalThreadPools.

\paramin options

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(ffi.Pointer<OrtSessionOptions> options)
  >
>
DisablePerSessionThreads;