|
Noodle
|
2D pooling parameters. Use M = 1 and T = 1 for identity (no pooling). More...
#include <noodle.h>
Public Attributes | |
| uint16_t | M = 1 |
| Pool kernel. | |
| uint16_t | T = 1 |
| Pool stride. | |
2D pooling parameters. Use M = 1 and T = 1 for identity (no pooling).
Pooling parameters for 1D/2D pooling.
To disable pooling, use identity parameters (e.g., M=1 and T=1), or pass a Pool where your caller logic skips pooling.
| uint16_t Pool::M = 1 |
Pool kernel.
| uint16_t Pool::T = 1 |
Pool stride.