Show / Hide Table of Contents

    Enum cudnnConvolutionMode

    cudnnConvolutionMode is an enumerated type used by cudnnSetConvolutionDescriptor() to configure a convolution descriptor.

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

    Fields

    Name Description
    Convolution

    In this mode, a convolution operation will be done when applying the filter to the images.

    CrossCorrelation

    In this mode, a cross-correlation operation will be done when applying the filter to the images.

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