PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::Convolution2DModule |
Apply convolution filters on (possibly multiple) 2D inputs (images). More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const Convolution2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, Convolution2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, Convolution2DModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const Convolution2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< Convolution2DModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Convolution2DModule > *opt, PLearnDiff *diffs) |
PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (Convolution2DModule) template<> class TypeTraits< Convolution2DModule > |
Definition in file Convolution2DModule.h.