PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::ScaleGradientModule |
Scales (or suppress) the gradient that is backpropagated. More... | |
class | PLearn::DiffTemplate< ObjectType, ScaleGradientModule > |
class | PLearn::TypeTraits< ScaleGradientModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ScaleGradientModule &o) |
PStream & | PLearn::operator>> (PStream &in, ScaleGradientModule &o) |
PStream & | PLearn::operator>> (PStream &in, ScaleGradientModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const ScaleGradientModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ScaleGradientModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ScaleGradientModule > *opt, PLearnDiff *diffs) |
Definition in file ScaleGradientModule.h.