Home
last modified time | relevance | path

Searched refs:GallicArc (Results 1 – 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
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,
Depsnormalize.h54 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst;
61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
Darc.h107 struct GallicArc { struct
113 GallicArc() {} in GallicArc() argument
115 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() function
118 GallicArc(const A &arc) in GallicArc() argument
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>,
Darc-map.h768 typedef GallicArc<A, S> ToArc;
772 typedef typename GallicArc<A, S>::Weight GW;
806 typedef GallicArc<A, S> FromArc;
812 typedef typename GallicArc<A, S>::Weight GW;
863 typedef GallicArc<A, S> FromArc;
870 typedef typename GallicArc<A, S>::Weight GW;
/external/openfst/src/test/
Dalgo_test.cc53 using fst::GallicArc;
119 typedef GallicArc<StdArc> StdGallicArc; in main()
Dalgo_test.h432 VectorFst< GallicArc<Arc> > G; in TestMap()
443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> > in TestMap()
445 ArcMapFst<GallicArc<Arc>, Arc, FromGallicMapper<Arc> > in TestMap()