Struct LogitLayerFactory

Inheritance Relationships

Base Type

Derived Type

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(Ptr<Options> options)
template<typename T, typename ...Args>
Factory(const std::string &key, T value, Args&&... moreArgs)
template<typename ...Args>
Factory(Ptr<Options> options, Args&&... args)
Factory(const Factory &factory)