|
PLearn 0.1
|
#include "NaryVariable.h"

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. | |
1.7.4