![]() |
ATLAS Offline Software
|
#include <Stack.h>
Public Member Functions | |
| ReductionStack (size_t n_in, const std::vector< LayerConfig > &layers) | |
| ~ReductionStack () | |
| ReductionStack (ReductionStack &)=delete | |
| ReductionStack & | operator= (ReductionStack &)=delete |
| VectorXd | reduce (MatrixXd inputs) const |
| size_t | n_outputs () const |
Private Attributes | |
| RecurrentStack * | m_recurrent |
| Stack * | m_stack |
| lwtDev::ReductionStack::ReductionStack | ( | size_t | n_in, |
| const std::vector< LayerConfig > & | layers ) |
Definition at line 396 of file Stack.cxx.
| lwtDev::ReductionStack::~ReductionStack | ( | ) |
|
delete |
| size_t lwtDev::ReductionStack::n_outputs | ( | ) | const |
|
delete |
| VectorXd lwtDev::ReductionStack::reduce | ( | MatrixXd | inputs | ) | const |
|
private |