Searched refs:ToArc (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h623 typedef A ToArc; typedef in struct:fst::IdentityMapper
638 typedef A ToArc; typedef in struct:fst::SuperFinalMapper
653 typedef LogArc ToArc; typedef in struct:fst::StdToLogMapper
668 typedef StdArc ToArc; typedef in struct:fst::LogToStdMapper
684 typedef GallicArc<A, S> ToArc; typedef in struct:fst::ToGallicMapper
690 ToArc operator()(const A &arc) const {
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
699 return ToArc(arc.ilabel, arc.ilabel,
703 return ToArc(ar
719 typedef A ToArc; typedef in struct:fst::FromGallicMapper
758 typedef A ToArc; typedef in struct:fst::GallicToNewSymbolsMapper
900 typedef B ToArc; typedef in struct:fst::RmWeightMapper
922 typedef B ToArc; typedef in struct:fst::QuantizeMapper
954 typedef B ToArc; typedef in struct:fst::ReverseWeightMapper
[all...]
H A Ddeterminize.h482 typedef typename ToMapper::ToArc ToArc; typedef in class:fst::DeterminizeFstImpl
483 typedef MapFst<A, ToArc, ToMapper> ToFst;
484 typedef MapFst<ToArc, A, FromMapper> FromFst;
635 DeterminizeFst<ToArc> det_fsa(to_fst, CommonDivisor(), opts);
639 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);

Completed in 15 milliseconds