C# Class ManagedCuda.CudaDNN.SpatialTransformerDescriptor

An opaque structure holding the description of a generic n-D dataset.
Inheritance: IDisposable
Exibir arquivo Open project: kunzmi/managedCuda

Public Methods

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

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

For IDisposable

Method Details

Dispose() public method

Dispose
public Dispose ( ) : void
return void

Dispose() protected method

For IDisposable
protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

SetSpatialTransformerNdDescriptor() public method

This function destroys a previously created spatial transformer descriptor object.
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

SpatialTransformerDescriptor() public method

public SpatialTransformerDescriptor ( ManagedCuda.CudaDNN.CudaDNNContext context ) : System
context ManagedCuda.CudaDNN.CudaDNNContext
return System