Home | History | Annotate | Download | only in lib

Lines Matching refs:AW

687   typedef typename A::Weight AW;
692 if (arc.nextstate == kNoStateId && arc.weight != AW::Zero())
723 typedef typename A::Weight AW;
729 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
732 AW w2 = arc.weight.Value2();
763 typedef typename A::Weight AW;
771 fst_->SetFinal(state_, AW::One());
783 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
786 AW w2 = arc.weight.Value2();
805 fst_->AddArc(p, ToArc(i ? 0 : l, iter1.Value(), AW::One(), n));