PLearn 0.1
|
#include "BinaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::ConvolveVariable |
A convolve var; equals convolve(input, mask) More... | |
class | PLearn::DiffTemplate< ObjectType, ConvolveVariable > |
class | PLearn::TypeTraits< ConvolveVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ConvolveVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ConvolveVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ConvolveVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const ConvolveVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ConvolveVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ConvolveVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::convolve (Var input, Var mask) |