Class RNNFactory¶
Defined in File constructors.h
Inheritance Relationships¶
Base Type¶
public marian::Factory
(Class Factory)
Class Documentation¶
-
class
RNNFactory
: public marian::Factory¶ Base class for constructing RNN layers.
Public Functions
-
Ptr<RNN>
construct
(Ptr<ExpressionGraph> graph)¶
-
template<class
F
>
Accumulator<RNNFactory>push_back
(const F &f)¶
-
RNNFactory
clone
()¶
Protected Attributes
-
std::vector<Ptr<CellFactory>>
layerFactories_
¶
-
Ptr<RNN>