Searched defs:ToArc (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/include/fst/
H A Dmap.h106 typedef A ToArc; typedef in struct:fst::IdentityMapper
H A Darcsort.h40 typedef Arc ToArc; typedef in class:fst::ArcSortMapper
H A Dstate-map.h46 // typedef B ToArc;
401 typedef A ToArc; typedef in class:fst::IdentityStateMapper
442 typedef A ToArc; typedef in class:fst::ArcSumMapper
526 typedef A ToArc; typedef in class:fst::ArcUniqueMapper
H A Darc-map.h77 // typedef B ToArc;
692 typedef A ToArc; typedef in struct:fst::IdentityArcMapper
711 typedef A ToArc; typedef in struct:fst::SuperFinalMapper
734 typedef B ToArc; typedef in class:fst::WeightConvertMapper
736 typedef typename ToArc::Weight ToWeight;
738 ToArc operator()(const FromArc &arc) const {
739 return ToArc(arc.ilabel, arc.olabel,
770 typedef GallicArc<A, S> ToArc; typedef in struct:fst::ToGallicMapper
776 ToArc operator()(const A &arc) const {
779 return ToArc(
809 typedef A ToArc; typedef in struct:fst::FromGallicMapper
866 typedef A ToArc; typedef in struct:fst::GallicToNewSymbolsMapper
975 typedef A ToArc; typedef in struct:fst::PlusMapper
1009 typedef A ToArc; typedef in struct:fst::TimesMapper
1040 typedef A ToArc; typedef in struct:fst::InvertWeightMapper
1066 typedef B ToArc; typedef in struct:fst::RmWeightMapper
1092 typedef B ToArc; typedef in struct:fst::QuantizeMapper
1129 typedef B ToArc; typedef in struct:fst::ReverseWeightMapper
[all...]
H A Ddeterminize.h587 typedef typename ToMapper::ToArc ToArc; typedef in class:fst::DeterminizeFstImpl
588 typedef ArcMapFst<A, ToArc, ToMapper> ToFst;
589 typedef ArcMapFst<ToArc, A, FromMapper> FromFst;
762 DeterminizeFstOptions<ToArc> dopts(copts, delta_);
763 DeterminizeFst<ToArc> det_fsa(to_fst, CommonDivisor(), dopts);
766 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_,
770 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);
/external/openfst/src/include/fst/script/
H A Dmap.h30 Fst<typename M::ToArc> *ArcMap(const Fst<typename M::FromArc> &fst,
32 typedef typename M::ToArc ToArc; typedef
33 VectorFst<ToArc> *ofst = new VectorFst<ToArc>;
39 Fst<typename M::ToArc> *StateMap(const Fst<typename M::FromArc> &fst,
41 typedef typename M::ToArc ToArc; typedef
42 VectorFst<ToArc> *ofst = new VectorFst<ToArc>;
[all...]
/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 151 milliseconds