Show / Hide Table of Contents

    Enum cudnnSamplerType

    cudnnSamplerType_t is an enumerated type passed to cudnnSetSpatialTransformerNdDescriptor() to select the sampler type to be used by cudnnSpatialTfSamplerForward() and cudnnSpatialTfSamplerBackward().

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

    Fields

    Name Description
    SamplerBilinear

    Selects the bilinear sampler.

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