Class RNNFactory

Inheritance Relationships

Base Type

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_