Noodle
Loading...
Searching...
No Matches
Pool Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ M

uint16_t Pool::M = 1

Pool kernel.

◆ T

uint16_t Pool::T = 1

Pool stride.


The documentation for this struct was generated from the following file: