Show / Hide Table of Contents

    Struct cudnnDropoutDescriptor

    cudnnDropoutDescriptor_t is a pointer to an opaque structure holding the description of a dropout operation. cudnnCreateDropoutDescriptor() is used to create one instance, cudnnSetDropoutDescriptor() is be used to initialize this instance, cudnnDestroyDropoutDescriptor() is be used to destroy this instance.

    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 cudnnDropoutDescriptor
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX