![]() |
ATLAS Offline Software
|
#include <Stack.h>
Public Member Functions | |
| EmbeddingLayer (int var_row_index, const MatrixXd &W) | |
| virtual | ~EmbeddingLayer () |
| virtual MatrixXd | scan (const MatrixXd &) const override |
Public Attributes | |
| bool | m_go_backwards = false |
| bool | m_return_sequence = false |
Private Attributes | |
| int | m_var_row_index |
| MatrixXd | m_W |
| lwtDev::EmbeddingLayer::EmbeddingLayer | ( | int | var_row_index, |
| const MatrixXd & | W ) |
Definition at line 427 of file Stack.cxx.
|
inlinevirtual |
|
overridevirtual |
Implements lwtDev::IRecurrentLayer.
Definition at line 437 of file Stack.cxx.
|
inherited |
|
inherited |