Public Member Functions | |
| ConvRelu (vector< int > kernelShape, vector< int > pads={0, 0}, vector< int > strides={1, 1}, int group=1, vector< int > dilations={1, 1}) | |
| ConvRelu (const Conv &conv) | |
| NOMNIGRAPH_DEFINE_NN_RTTI (ConvRelu) | |
| vector< int > | getKernelShape () const | 
| vector< int > | getPads () const | 
| vector< int > | getStrides () const | 
| int | getGroup () const | 
| vector< int > | getDilations () const | 
| void | setKernelShape (vector< int > kernelShape) | 
| void | setPads (vector< int > pads) | 
| void | setStrides (vector< int > strides) | 
| void | setGroup (int group) | 
| void | setDilations (vector< int > dilations) | 
Definition at line 80 of file OpClasses.h.
 1.8.11