PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::TanhModule |
This class propagates a (possibly scaled) 'tanh' function. More... | |
class | PLearn::DiffTemplate< ObjectType, TanhModule > |
class | PLearn::TypeTraits< TanhModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const TanhModule &o) |
PStream & | PLearn::operator>> (PStream &in, TanhModule &o) |
PStream & | PLearn::operator>> (PStream &in, TanhModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const TanhModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< TanhModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, TanhModule > *opt, PLearnDiff *diffs) |
Definition in file TanhModule.h.