Searched refs:GallicArc (Results 1 - 12 of 12) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Depsnormalize.h52 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst;
59 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
H A Dpush.h66 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
67 VectorFst< GallicArc<Arc, stype> > gfst;
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
H A Darc.h108 struct GallicArc { struct in namespace:fst
114 GallicArc() {} function in struct:fst::GallicArc
116 GallicArc(Label i, Label o, Weight w, StateId s) function in struct:fst::GallicArc
119 GallicArc(const A &arc) function in struct:fst::GallicArc
H A Dminimize.h521 VectorFst< GallicArc<A, STRING_LEFT> > gfst;
526 Map(&gfst, QuantizeMapper< GallicArc<A, STRING_LEFT> >());
527 EncodeMapper< GallicArc<A, STRING_LEFT> >
534 FactorWeightFst< GallicArc<A, STRING_LEFT>,
H A Dmap.h680 // Mapper from A to GallicArc<A>.
684 typedef GallicArc<A, S> ToArc;
688 typedef typename GallicArc<A, S>::Weight GW;
715 // Mapper from GallicArc<A> to A.
718 typedef GallicArc<A, S> FromArc;
724 typedef typename GallicArc<A, S>::Weight GW;
754 // Mapper from GallicArc<A> to A.
757 typedef GallicArc<A, S> FromArc;
764 typedef typename GallicArc<A, S>::Weight GW;
/external/openfst/src/include/fst/
H A Depsnormalize.h55 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst;
62 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
H A Dpush.h136 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
137 VectorFst<GallicArc<Arc, stype> > gfst;
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
148 typename GallicArc<Arc, stype>::Weight total_weight =
149 GallicArc<Arc, stype>::Weight::One();
153 total_weight = typename GallicArc<Arc, stype>::Weight(
162 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
H A Darc.h106 struct GallicArc { struct in namespace:fst
112 GallicArc() {} function in struct:fst::GallicArc
114 GallicArc(Label i, Label o, Weight w, StateId s) function in struct:fst::GallicArc
117 GallicArc(const A &arc) function in struct:fst::GallicArc
H A Dminimize.h543 VectorFst< GallicArc<A, STRING_LEFT> > gfst;
548 ArcMap(&gfst, QuantizeMapper< GallicArc<A, STRING_LEFT> >(delta));
549 EncodeMapper< GallicArc<A, STRING_LEFT> >
556 FactorWeightFst< GallicArc<A, STRING_LEFT>,
H A Darc-map.h766 // Mapper from A to GallicArc<A>.
770 typedef GallicArc<A, S> ToArc;
774 typedef typename GallicArc<A, S>::Weight GW;
805 // Mapper from GallicArc<A> to A.
808 typedef GallicArc<A, S> FromArc;
814 typedef typename GallicArc<A, S>::Weight GW;
862 // Mapper from GallicArc<A> to A.
865 typedef GallicArc<A, S> FromArc;
872 typedef typename GallicArc<A, S>::Weight GW;
/external/openfst/src/test/
H A Dalgo_test.cc53 using fst::GallicArc;
119 typedef GallicArc<StdArc> StdGallicArc;
H A Dalgo_test.h432 VectorFst< GallicArc<Arc> > G;
443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> >
445 ArcMapFst<GallicArc<Arc>, Arc, FromGallicMapper<Arc> >

Completed in 343 milliseconds