Public Member Functions | |
| MaxPool (vector< int > kernelShape, vector< int > pads={0, 0}, vector< int > strides={1, 1}) | |
| NOMNIGRAPH_DEFINE_NN_RTTI (MaxPool) | |
| vector< int > | getKernelShape () const |
| vector< int > | getPads () const |
| vector< int > | getStrides () const |
| void | setKernelShape (vector< int > kernelShape) |
| void | setPads (vector< int > pads) |
| void | setStrides (vector< int > strides) |
Definition at line 318 of file OpClasses.h.
1.8.11