Class OutputFactory¶
Defined in File constructors.h
Inheritance Relationships¶
Base Type¶
public marian::mlp::LogitLayerFactory
(Struct LogitLayerFactory)
Class Documentation¶
-
class
OutputFactory
: public marian::mlp::LogitLayerFactory¶ Implementation of Output layer factory, can be used in a multi-layer network factory.
@TODO: In the long run, I hope we can get rid of the abstract factories altogether.
Public Functions
-
Accumulator<OutputFactory>
tieTransposed
(const std::string &tied)¶
-
Ptr<IUnaryLogitLayer>
construct
(Ptr<ExpressionGraph> graph)¶
-
OutputFactory
clone
()¶
-
Accumulator<OutputFactory>