![]() |
ATLAS Offline Software
|
bidirectional unit /// More...
#include <Stack.h>
Public Member Functions | |
| BidirectionalLayer (std::unique_ptr< IRecurrentLayer > forward_layer, std::unique_ptr< IRecurrentLayer > backward_layer, const std::string &merge_mode, bool return_sequence) | |
| bidirectional layer /// | |
| virtual | ~BidirectionalLayer () |
| virtual MatrixXd | scan (const MatrixXd &) const override |
Public Attributes | |
| bool | m_go_backwards = false |
| bool | m_return_sequence = false |
Private Attributes | |
| std::unique_ptr< const IRecurrentLayer > | m_forward_layer |
| std::unique_ptr< const IRecurrentLayer > | m_backward_layer |
| std::string | m_merge_mode |
| lwtDev::BidirectionalLayer::BidirectionalLayer | ( | std::unique_ptr< IRecurrentLayer > | forward_layer, |
| std::unique_ptr< IRecurrentLayer > | backward_layer, | ||
| const std::string & | merge_mode, | ||
| bool | return_sequence ) |
bidirectional layer ///
Definition at line 611 of file Stack.cxx.
|
inlinevirtual |
|
overridevirtual |
Implements lwtDev::IRecurrentLayer.
Definition at line 623 of file Stack.cxx.
|
private |
|
private |
|
inherited |
|
private |
|
inherited |