Struct LogitLayerFactory¶
Defined in File constructors.h
Inheritance Relationships¶
Base Type¶
public marian::Factory
(Class Factory)
Derived Type¶
public marian::mlp::OutputFactory
(Class OutputFactory)
Struct Documentation¶
-
struct
LogitLayerFactory
: public marian::Factory¶ Base factory for output layers, can be used in a multi-layer network factory.
Subclassed by marian::mlp::OutputFactory
Public Functions
-
virtual Ptr<IUnaryLogitLayer>
construct
(Ptr<ExpressionGraph> graph) = 0¶
-
Factory
()
-
Factory
(const Factory &factory)
-
virtual Ptr<IUnaryLogitLayer>