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

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)
 

Detailed Description

Definition at line 363 of file OpClasses.h.


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