Expand description
Pooling Layers
SIMD-optimized pooling operations:
- GlobalAvgPool: Global average pooling over spatial dimensions
- MaxPool2d: Max pooling with configurable kernel and stride
- AvgPool2d: Average pooling with configurable kernel and stride
Structs§
- AvgPool2d
- 2D Average Pooling
- Global
AvgPool - Global Average Pooling
- MaxPool2d
- 2D Max Pooling
Type Aliases§
- Global
AvgPool2d - Alias for GlobalAvgPool (for API compatibility)