FST
openfst-1.8.4
OpenFst Library
|
#include <arc.h>
Public Types | |
using | Base = ArcTpl< ExpectationWeight< typename A::Weight, X2 >, typename A::Label, typename A::StateId > |
using | Arc = A |
using | X1 = typename Arc::Weight |
![]() | |
using | Weight = ExpectationWeight< A::Weight, X2 > |
using | Label = A::Label |
using | StateId = A::StateId |
Static Public Member Functions | |
static const std::string & | Type () |
![]() | |
static const std::string & | Type () |
Additional Inherited Members | |
![]() | |
ArcTpl () noexcept(std::is_nothrow_default_constructible_v< Weight >)=default | |
ArcTpl (Label ilabel, Label olabel, T &&weight, StateId nextstate) | |
ArcTpl (Label ilabel, Label olabel, StateId nextstate) | |
![]() | |
Label | ilabel |
Label | olabel |
Weight | weight |
StateId | nextstate |
using fst::ExpectationArc< A, X2 >::Arc = A |
using fst::ExpectationArc< A, X2 >::Base = ArcTpl<ExpectationWeight<typename A::Weight, X2>, typename A::Label, typename A::StateId> |
using fst::ExpectationArc< A, X2 >::X1 = typename Arc::Weight |
|
inlinestatic |