Show / Hide Table of Contents

    Class OpTensorDescriptor

    An opaque structure holding the description of a generic n-D dataset.

    Inheritance
    System.Object
    OpTensorDescriptor
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.CudaDNN
    Assembly: CudaDNN.dll
    Syntax
    public class OpTensorDescriptor : IDisposable

    Constructors

    | Improve this Doc View Source

    OpTensorDescriptor(CudaDNNContext)

    Declaration
    public OpTensorDescriptor(CudaDNNContext context)
    Parameters
    Type Name Description
    CudaDNNContext context

    Properties

    | Improve this Doc View Source

    Desc

    Returns the inner handle.

    Declaration
    public cudnnOpTensorDescriptor Desc { get; }
    Property Value
    Type Description
    cudnnOpTensorDescriptor

    Methods

    | Improve this Doc View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    For IDisposable

    Declaration
    protected virtual void Dispose(bool fDisposing)
    Parameters
    Type Name Description
    System.Boolean fDisposing
    | Improve this Doc View Source

    Finalize()

    For dispose

    Declaration
    protected void Finalize()
    | Improve this Doc View Source

    GetOpTensorDescriptor(ref cudnnOpTensorOp, ref cudnnDataType, ref cudnnNanPropagation)

    Declaration
    public void GetOpTensorDescriptor(ref cudnnOpTensorOp opTensorOp, ref cudnnDataType opTensorCompType, ref cudnnNanPropagation opTensorNanOpt)
    Parameters
    Type Name Description
    cudnnOpTensorOp opTensorOp
    cudnnDataType opTensorCompType
    cudnnNanPropagation opTensorNanOpt
    | Improve this Doc View Source

    SetOpTensorDescriptor(cudnnOpTensorOp, cudnnDataType, cudnnNanPropagation)

    Declaration
    public void SetOpTensorDescriptor(cudnnOpTensorOp opTensorOp, cudnnDataType opTensorCompType, cudnnNanPropagation opTensorNanOpt)
    Parameters
    Type Name Description
    cudnnOpTensorOp opTensorOp
    cudnnDataType opTensorCompType
    cudnnNanPropagation opTensorNanOpt

    Implements

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