#include <ExpVariable.h>
Inheritance diagram for PLearn::ExpVariable:
Public Member Functions | |
ExpVariable () | |
Default constructor for persistence. | |
ExpVariable (Variable *input) | |
PLEARN_DECLARE_OBJECT (ExpVariable) | |
virtual void | recomputeSize (int &l, int &w) const |
Recomputes the length l and width w that this variable should have, according to its parent variables. | |
virtual void | fprop () |
compute output given input | |
virtual void | bprop () |
virtual void | symbolicBprop () |
Incorrect! | |
virtual void | rfprop () |
Private Types | |
typedef UnaryVariable | inherited |
|
Reimplemented from PLearn::UnaryVariable. Definition at line 54 of file ExpVariable.h. Referenced by ExpVariable(). |
|
Default constructor for persistence.
Definition at line 58 of file ExpVariable.h. |
|
Definition at line 55 of file ExpVariable.cc. References inherited. |
|
Implements PLearn::Variable. Definition at line 76 of file ExpVariable.cc. References PLearn::Variable::nelems(). |
|
compute output given input
Implements PLearn::Variable. Definition at line 69 of file ExpVariable.cc. References PLearn::Variable::nelems(), and PLearn::safeexp(). |
|
|
|
Recomputes the length l and width w that this variable should have, according to its parent variables. This is used for ex. by sizeprop() The default version stupidly returns the current dimensions, so make sure to overload it in subclasses if this is not appropriate. Reimplemented from PLearn::Variable. Definition at line 59 of file ExpVariable.cc. References PLearn::Var::length(), and PLearn::Var::width(). |
|
Reimplemented from PLearn::Variable. Definition at line 102 of file ExpVariable.cc. References PLearn::TVec< T >::length(), PLearn::Variable::nelems(), and PLearn::UnaryVariable::resizeRValue(). |
|
Incorrect!
Reimplemented from PLearn::Variable. Definition at line 95 of file ExpVariable.cc. |