Show / Hide Table of Contents

    Struct LRNConstants

    Constants for LRN, #define in cudnn.h

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.CudaDNN
    Assembly: CudaDNN.dll
    Syntax
    public struct LRNConstants

    Fields

    | Improve this Doc View Source

    MaxN

    maximum allowed lrnN

    Declaration
    public const double MaxN = 16
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinBeta

    minimum allowed lrnBeta

    Declaration
    public const double MinBeta = 0.01
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinK

    minimum allowed lrnK

    Declaration
    public const double MinK = 1E-05
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinN

    minimum allowed lrnN

    Declaration
    public const double MinN = 1
    Field Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX