Interface SpatialMaxPooling<T extends Tensor>

All Superinterfaces:
Function<T>, SpatialPooling<T>
All Known Implementing Classes:
SpatialMaxPooling_F32, SpatialMaxPooling_F64

public interface SpatialMaxPooling<T extends Tensor>
extends SpatialPooling<T>
Max spatial pooling find the maximum value inside the pooling region. See SpatialPooling for more details.