#include <SumAbsVariable.h>
Inheritance diagram for PLearn::SumAbsVariable:
Public Member Functions | |
SumAbsVariable () | |
Default constructor for persistence. | |
SumAbsVariable (Variable *input) | |
PLEARN_DECLARE_OBJECT (SumAbsVariable) | |
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 () |
compute a piece of new Var graph that represents the symbolic derivative of this Var | |
Private Types | |
typedef UnaryVariable | inherited |
|
Reimplemented from PLearn::UnaryVariable. Definition at line 54 of file SumAbsVariable.h. Referenced by SumAbsVariable(). |
|
Default constructor for persistence.
Definition at line 58 of file SumAbsVariable.h. |
|
Definition at line 58 of file SumAbsVariable.cc. References inherited. |
|
Implements PLearn::Variable. Definition at line 73 of file SumAbsVariable.cc. |
|
compute output given input
Implements PLearn::Variable. Definition at line 64 of file SumAbsVariable.cc. |
|
|
|
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 61 of file SumAbsVariable.cc. |
|
compute a piece of new Var graph that represents the symbolic derivative of this Var
Reimplemented from PLearn::Variable. Definition at line 84 of file SumAbsVariable.cc. References PLearn::abs(). |