![]() |
ATLAS Offline Software
|
#include <Stack.h>
Public Member Functions | |
| HighwayLayer (const MatrixXd &W, const VectorXd &b, const MatrixXd &W_carry, const VectorXd &b_carry, ActivationConfig activation) | |
| virtual VectorXd | compute (const VectorXd &) const override |
Private Attributes | |
| MatrixXd | m_w_t |
| VectorXd | m_b_t |
| MatrixXd | m_w_c |
| VectorXd | m_b_c |
| std::function< double(double)> | m_act |
| lwtDev::HighwayLayer::HighwayLayer | ( | const MatrixXd & | W, |
| const VectorXd & | b, | ||
| const MatrixXd & | W_carry, | ||
| const VectorXd & | b_carry, | ||
| ActivationConfig | activation ) |
Definition at line 252 of file Stack.cxx.
|
overridevirtual |
|
private |