SetGlobalDenormalAsZero property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtThreadingOptions> tp_options)>> SetGlobalDenormalAsZero
getter/setter pair

\brief Set threading flush-to-zero and denormal-as-zero

Sets global thread pool options to be used in the call to OrtApi::CreateEnvWithGlobalThreadPools. Flush-to-zero and denormal-as-zero are applied to threads in both intra and inter global thread pool. \note This option is not needed if the models used have no denormals. Having no denormals is recommended as this option may hurt model accuracy.

\paramin tp_options

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(ffi.Pointer<OrtThreadingOptions> tp_options)
  >
>
SetGlobalDenormalAsZero;