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

Go to the source code of this file.

Classes

class  PLearn::BiasWeightAffineTransformVariable
 Affine transformation of a vector variable, from a weight and bias variable. More...
class  PLearn::DiffTemplate< ObjectType, BiasWeightAffineTransformVariable >
class  PLearn::TypeTraits< BiasWeightAffineTransformVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const BiasWeightAffineTransformVariable &o)
PStream & PLearn::operator>> (PStream &in, BiasWeightAffineTransformVariable &o)
PStream & PLearn::operator>> (PStream &in, BiasWeightAffineTransformVariable *&o)
PStream & PLearn::operator<< (PStream &out, const BiasWeightAffineTransformVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< BiasWeightAffineTransformVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, BiasWeightAffineTransformVariable > *opt, PLearnDiff *diffs)
Var PLearn::bias_weight_affine_transform (Var vec, Var weights, Var bias, bool transpose_weights=false)
 first row of transformation is the bias.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines