Struct IUnaryLogitLayer

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

struct IUnaryLogitLayer : public marian::IUnaryLayer

Subclassed by marian::mlp::MLP, marian::mlp::Output

Public Functions

virtual Logits applyAsLogits(Expr) = 0
virtual Logits applyAsLogits(const std::vector<Expr> &es)
virtual Expr apply(Expr)

Link a node as the input for this layer.

virtual Expr apply(const std::vector<Expr> &es)

Link a list of nodes as the inputs for this layer.