Enum cudnnDeterminism
cudnnDeterminism_t is an enumerated type used to indicate if the computed results are deterministic(reproducible). See section 2.5 (Reproducibility) for more details on determinism.
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnDeterminism
Fields
Name | Description |
---|---|
Deterministic | Results are guaranteed to be reproducible |
NonDeterministic | Results are not guaranteed to be reproducible |