Method | Description | |
---|---|---|
Dispose ( ) : void |
Dispose
|
|
SetSpatialTransformerNdDescriptor ( cudnnSamplerType samplerType, cudnnDataType dataType, int nbDims, int dimA ) : void |
This function destroys a previously created spatial transformer descriptor object.
|
|
SpatialTransformerDescriptor ( ManagedCuda.CudaDNN.CudaDNNContext context ) : System |
|
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void |
For IDisposable
|
public SetSpatialTransformerNdDescriptor ( cudnnSamplerType samplerType, cudnnDataType dataType, int nbDims, int dimA ) : void | ||
samplerType | cudnnSamplerType | Enumerant to specify the sampler type. |
dataType | cudnnDataType | Data type. |
nbDims | int | Dimension of the transformed tensor. |
dimA | int | Array of dimension nbDims containing the size of the transformed tensor for every dimension. |
return | void |
public SpatialTransformerDescriptor ( ManagedCuda.CudaDNN.CudaDNNContext context ) : System | ||
context | ManagedCuda.CudaDNN.CudaDNNContext | |
return | System |