Public Member Functions | |
MaxPoolRelu (vector< int > kernelShape, vector< int > pads={0, 0}, vector< int > strides={1, 1}) | |
MaxPoolRelu (const MaxPool &maxPool) | |
NOMNIGRAPH_DEFINE_NN_RTTI (MaxPoolRelu) | |
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 363 of file OpClasses.h.