Class ILogProbStep¶
Defined in File costs.h
Inheritance Relationships¶
Derived Types¶
public marian::models::GumbelSoftmaxStep
(Class GumbelSoftmaxStep)public marian::models::LogSoftmaxStep
(Class LogSoftmaxStep)public marian::models::TopkGumbelSoftmaxStep
(Class TopkGumbelSoftmaxStep)
Class Documentation¶
-
class
ILogProbStep
¶ Subclassed by marian::models::GumbelSoftmaxStep, marian::models::LogSoftmaxStep, marian::models::TopkGumbelSoftmaxStep
Public Functions
-
virtual Ptr<DecoderState>
apply
(Ptr<DecoderState> state) = 0¶
-
virtual Ptr<DecoderState>