PLearn 0.1
Classes | Namespaces | Functions
ReshapeVariable.h File Reference
#include "UnaryVariable.h"
Include dependency graph for ReshapeVariable.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines