Show / Hide Table of Contents

    Struct cudnnOpTensorDescriptor

    cudnnOpTensorDescriptor is a pointer to an opaque structure holding the description of a tensor operation, used as a parameter to cudnnOpTensor(). cudnnCreateOpTensorDescriptor() is used to create one instance, and cudnnSetOpTensorDescriptor() must be used to initialize 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 cudnnOpTensorDescriptor
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX