Home | History | Annotate | Download | only in fst

Lines Matching refs:AW

771   typedef typename A::Weight AW;
776 if (arc.nextstate == kNoStateId && arc.weight != AW::Zero())
811 typedef typename A::Weight AW;
820 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
823 AW w2 = arc.weight.Value2();
869 typedef typename A::Weight AW;
878 fst_->SetFinal(state_, AW::One());
892 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
895 AW w2 = arc.weight.Value2();
914 fst_->AddArc(p, ToArc(i ? 0 : l, iter1.Value(), AW::One(), n));