Home | History | Annotate | Download | only in fst

Lines Matching refs:GW

772   typedef typename GallicArc<A, S>::Weight GW;
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
788 GW(SW(arc.olabel), arc.weight), arc.nextstate);
812 typedef typename GallicArc<A, S>::Weight GW;
819 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
870 typedef typename GallicArc<A, S>::Weight GW;
891 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())