![]() |
ATLAS Offline Software
|
#include <Stack.h>
Public Types | |
| typedef std::pair< MatrixXd, VectorXd > | InitUnit |
Public Member Functions | |
| MaxoutLayer (const std::vector< InitUnit > &maxout_tensor) | |
| virtual VectorXd | compute (const VectorXd &) const override |
Private Attributes | |
| std::vector< MatrixXd > | m_matrices |
| MatrixXd | m_bias |
| typedef std::pair<MatrixXd, VectorXd> lwtDev::MaxoutLayer::InitUnit |
Definition at line 217 of file Stack.cxx.
|
overridevirtual |
Implements lwtDev::ILayer.
Definition at line 227 of file Stack.cxx.
|
private |