![]() | Convolution |
The ConvolutionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvolutionBase | Constructs an abstract base class for all concrete convolution types. |
Name | Description | |
---|---|---|
![]() | DataLength | Gets the length of the convolution data. |
![]() | KernelLength | Gets the length of the convolution kernel. |
![]() | KernelShape | Gets the shape of the convolution kernel. |
![]() | Length | Gets the length of the convolution. |
Name | Description | |
---|---|---|
![]() | Finalize |
Provides non-deterministic destruction of underlying unmanaged resources.
(Overrides ObjectFinalize) |
![]() | TrimConvolutionT | Creates a windowed view into the convolution. This does not create a copy of the input convolution. |
Name | Description | |
---|---|---|
![]() | kerneloffset_ | Convolution kernel offset. |
![]() | kernelstride_ | Convolution kernel stride. |
![]() | mode_ | Mode is either automatic, fft, or direct sum. |