SetDeterministicCompute property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSessionOptions> options, Bool value)> >
SetDeterministicCompute
getter/setter pair
\brief Set whether to use deterministic compute.
Default is false. If set to true, this will enable deterministic compute for GPU kernels where possible. Note that this most likely will have a performance cost.
\paramin options
\paramin value
\since Version 1.17.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtSessionOptions> options,
ffi.Bool value,
)
>
>
SetDeterministicCompute;