PLearn 0.1
|
#include <plearn/var/UnaryVariable.h>
Go to the source code of this file.
Classes | |
class | PLearn::MultiMaxVariable |
This variables computes a max functions (softmax, log-softmax, hardmax, etc., determined by the field computation_type) on subvectors of the input, which lenght is defined by the field groupsizes. More... | |
class | PLearn::DiffTemplate< ObjectType, MultiMaxVariable > |
class | PLearn::TypeTraits< MultiMaxVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MultiMaxVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MultiMaxVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MultiMaxVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const MultiMaxVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MultiMaxVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MultiMaxVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::MultiMax (Var v, TVec< int > groupsizes, char computation_type) |
Definition in file MultiMaxVariable.h.