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.