Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
MaxPool Class Reference
Inheritance diagram for MaxPool:

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)
 

Detailed Description

Definition at line 318 of file OpClasses.h.


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