| ActivationReLU_F32 |
|
| ActivationReLU_F64 |
|
| ActivationSigmoid_F32 |
|
| ActivationSigmoid_F64 |
|
| ActivationTanH_F32 |
|
| ActivationTanH_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>> |
|
| ClippedPadding2D_F32 |
|
| ClippedPadding2D_F64 |
|
| 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 |
|
| FunctionBatchNorm_F64 |
|
| FunctionElementWiseMult_F32 |
|
| FunctionElementWiseMult_F64 |
|
| FunctionLinear_F32 |
|
| FunctionLinear_F64 |
|
| SpatialAveragePooling_F32 |
|
| SpatialAveragePooling_F64 |
|
| SpatialBatchNorm_F32 |
|
| SpatialBatchNorm_F64 |
|
| SpatialConvolve2D_F32 |
|
| SpatialConvolve2D_F64 |
|
| SpatialMaxPooling_F32 |
|
| SpatialMaxPooling_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.
|