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;
403 typedef A ToArc; typedef in class:fst::IdentityStateMapper
444 typedef A ToArc; typedef in class:fst::ArcSumMapper
528 typedef A ToArc; typedef in class:fst::ArcUniqueMapper
H A Darc-map.h77 // typedef B ToArc;
690 typedef A ToArc; typedef in struct:fst::IdentityArcMapper
709 typedef A ToArc; typedef in struct:fst::SuperFinalMapper
732 typedef B ToArc; typedef in class:fst::WeightConvertMapper
734 typedef typename ToArc::Weight ToWeight;
736 ToArc operator()(const FromArc &arc) const {
737 return ToArc(arc.ilabel, arc.olabel,
768 typedef GallicArc<A, S> ToArc; typedef in struct:fst::ToGallicMapper
774 ToArc operator()(const A &arc) const {
777 return ToArc(
807 typedef A ToArc; typedef in struct:fst::FromGallicMapper
864 typedef A ToArc; typedef in struct:fst::GallicToNewSymbolsMapper
973 typedef A ToArc; typedef in struct:fst::PlusMapper
1007 typedef A ToArc; typedef in struct:fst::TimesMapper
1038 typedef A ToArc; typedef in struct:fst::InvertWeightMapper
1064 typedef B ToArc; typedef in struct:fst::RmWeightMapper
1090 typedef B ToArc; typedef in struct:fst::QuantizeMapper
1127 typedef B ToArc; typedef in struct:fst::ReverseWeightMapper
[all...]
H A Ddeterminize.h706 typedef typename ToMapper::ToArc ToArc; typedef in class:fst::DeterminizeFstImpl
707 typedef ArcMapFst<A, ToArc, ToMapper> ToFst;
708 typedef ArcMapFst<ToArc, A, FromMapper> FromFst;
889 DeterminizeFstOptions<ToArc, CommonDivisor> dopts(copts, delta_);
891 DeterminizeFst<ToArc> det_fsa(to_fst, 0, 0, dopts);
894 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_,
898 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 456 milliseconds