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