Package deepboof.forward
Interface SpatialAveragePooling<T extends Tensor>
- All Superinterfaces:
Function<T>,SpatialPooling<T>
- All Known Implementing Classes:
SpatialAveragePooling_F32,SpatialAveragePooling_F64
public interface SpatialAveragePooling<T extends Tensor> extends SpatialPooling<T>
Max spatial pooling find the average value inside the pooling region. See
SpatialPooling
for more details.-
Method Summary
Methods inherited from interface deepboof.Function
getOutputShape, getParameters, getParameterShapes, getTensorType, initializeMethods inherited from interface deepboof.forward.SpatialPooling
forward, getConfiguration, setParameters