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

Public Member Functions

 Conv (vector< int > kernelShape, vector< int > pads={0, 0}, vector< int > strides={1, 1}, int group=1, vector< int > dilations={1, 1})
 
 NOMNIGRAPH_DEFINE_NN_RTTI (Conv)
 
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)
 

Detailed Description

Definition at line 13 of file OpClasses.h.


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