Class StackedCellFactory¶
Defined in File constructors.h
Inheritance Relationships¶
Base Type¶
public marian::rnn::CellFactory
(Class CellFactory)
Class Documentation¶
-
class
StackedCellFactory
: public marian::rnn::CellFactory¶ Base class for constructing a stack of RNN cells (
rnn::cell
).Public Functions
-
Ptr<Cell>
construct
(Ptr<ExpressionGraph> graph)¶
-
template<class
F
>
Accumulator<StackedCellFactory>push_back
(const F &f)¶
Protected Attributes
-
std::vector<Ptr<StackableFactory>>
stackableFactories_
¶
-
Ptr<Cell>