Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX