Class GRUNematus¶
Defined in File cells.h
Inheritance Relationships¶
Base Type¶
public marian::rnn::Cell
(Class Cell)
Class Documentation¶
-
class
GRUNematus
: public marian::rnn::Cell¶ GRU unit supporting Nematus-like layer normalization.
If no layer normalization is used, the unit is equivalent to marian::rnn::GRU and uses the same kernel.
Public Functions
-
GRUNematus
(Ptr<ExpressionGraph> graph, Ptr<Options> options)¶
-