| Class | Description |
|---|---|
| ActivationReLU_F32 |
Implementation of
ActivationReLU for Tensor_F32. |
| ActivationReLU_F64 |
Implementation of
ActivationReLU for Tensor_F64. |
| ActivationSigmoid_F32 |
Implementation of
ActivationSigmoid for Tensor_F32. |
| ActivationSigmoid_F64 |
Implementation of
ActivationSigmoid for Tensor_F64. |
| ActivationTanH_F32 |
Implementation of
ActivationTanH for Tensor_F32. |
| ActivationTanH_F64 |
Implementation of
ActivationTanH for Tensor_F64. |
| BaseFunction<T extends Tensor> |
Base class which implements common functionality between all
functions |
| BaseSpatialPadding2D<T extends Tensor<T>> |
Abstract class fo all virtual 2D spatial padding implementation.
|
| BaseSpatialWindow<T extends Tensor<T>,P extends SpatialPadding2D<T>> |
Common class for implementations of
SpatialConvolve2D. |
| ConstantPadding2D_F32 |
Pads pixels outside the input image with a user specified constant value.
|
| ConstantPadding2D_F64 |
Pads pixels outside the input image with a user specified constant value.
|
| ElementWiseFunction<T extends Tensor> |
Base class for element-wise functions
|
| FunctionBatchNorm_F32 |
Implementation of
FunctionBatchNorm for Tensor_F32. |
| FunctionBatchNorm_F64 |
Implementation of
FunctionBatchNorm for Tensor_F64. |
| FunctionElementWiseMult_F32 |
Implementation of
FunctionElementWiseMult for Tensor_F32. |
| FunctionElementWiseMult_F64 |
Implementation of
FunctionElementWiseMult for Tensor_F64. |
| FunctionLinear_F32 |
Implementation of
FunctionLinear for Tensor_F32. |
| FunctionLinear_F64 |
Implementation of
FunctionLinear for Tensor_F64. |
| SpatialBatchNorm_F32 |
Implementation of
SpatialBatchNorm for Tensor_F32 |
| SpatialBatchNorm_F64 |
Implementation of
SpatialBatchNorm for Tensor_F64 |
| SpatialConvolve2D_F32 |
Implementation of
SpatialConvolve2D for Tensor_F32 |
| SpatialConvolve2D_F64 |
Implementation of
SpatialConvolve2D for Tensor_F64 |
| SpatialMaxPooling_F32 |
Implementation of
SpatialMaxPooling for Tensor_F32. |
| SpatialMaxPooling_F64 |
Implementation of
SpatialMaxPooling for Tensor_F64. |
| SpatialWindowChannel<T extends Tensor<T>,VT extends SpatialPadding2D<T>> |
Implementation of
BaseSpatialWindow which processes the spatial tensor is processed in
BCHW (mini-batch, channel, height, width) order |
| SpatialWindowImage<T extends Tensor<T>,P extends SpatialPadding2D<T>> |
Implementation of
BaseSpatialWindow which processes the spatial tensor is one
image in a mini batch at a time. |