Enum cudnnNanPropagation
cudnnNanPropagation is an enumerated type for the NanPropagation flag.
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnNanPropagation
Fields
Name | Description |
---|---|
NotPropagateNan | Selects the not propagate NaN option. |
PropagateNan | Selects the propagate NaN option. |