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 SourceOpTensorDescriptor(CudaDNNContext)
Declaration
public OpTensorDescriptor(CudaDNNContext context)
Parameters
Type | Name | Description |
---|---|---|
CudaDNNContext | context |
Properties
| Improve this Doc View SourceDesc
Returns the inner handle.
Declaration
public cudnnOpTensorDescriptor Desc { get; }
Property Value
Type | Description |
---|---|
cudnnOpTensorDescriptor |
Methods
| Improve this Doc View SourceDispose()
Dispose
Declaration
public void Dispose()
Dispose(Boolean)
For IDisposable
Declaration
protected virtual void Dispose(bool fDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | fDisposing |
Finalize()
For dispose
Declaration
protected void Finalize()
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 |
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