Show / Hide Table of Contents

    Enum cudnnLRNMode

    cudnnLRNMode is an enumerated type used to specify the mode of operation in cudnnLRNCrossChannelForward() and cudnnLRNCrossChannelBackward().

    Namespace: ManagedCuda.CudaDNN
    Assembly: CudaDNN.dll
    Syntax
    public enum cudnnLRNMode

    Fields

    Name Description
    CrossChannelDim1

    LRN co mputation is performed across tensor's dimension dimA[1].

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