|
PLearn 0.1
|
#include "UnaryVariable.h"

Go to the source code of this file.
Classes | |
| class | PLearn::ReshapeVariable |
| Variable that views another variable, but with a different length() and width() (the only restriction being that length()*width() remain the same) More... | |
| class | PLearn::DiffTemplate< ObjectType, ReshapeVariable > |
| class | PLearn::TypeTraits< ReshapeVariable > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const ReshapeVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, ReshapeVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, ReshapeVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const ReshapeVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< ReshapeVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ReshapeVariable > *opt, PLearnDiff *diffs) |
| Var | PLearn::reshape (Var v, int newlength, int newwidth) |
1.7.4