Expand description
Pooling module
Structsยง
- Applies a 1D adaptive avg pooling over input tensors.
- Configuration to create a 1D adaptive avg pooling layer using the init function.
- Applies a 2D adaptive avg pooling over input tensors.
- Configuration to create a 2D adaptive avg pooling layer using the init function.
- Applies a 1D avg pooling over input tensors.
- Configuration to create a 1D avg pooling layer using the init function.
- Applies a 2D avg pooling over input tensors.
- Configuration to create a 2D avg pooling layer using the init function.
- Applies a 1D max pooling over input tensors.
- Configuration to create a 1D max pooling layer using the init function.
- Applies a 2D max pooling over input tensors.
- Configuration to create a 2D max pooling layer using the init function.