Searched refs:GallicArc (Results 1 – 7 of 7) sorted by relevance
/external/openfst/src/include/fst/ |
D | push.h | 136 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,
|
D | epsnormalize.h | 54 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst; 61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
|
D | arc.h | 107 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
|
D | minimize.h | 543 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>,
|
D | arc-map.h | 768 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/ |
D | algo_test.cc | 53 using fst::GallicArc; 119 typedef GallicArc<StdArc> StdGallicArc; in main()
|
D | algo_test.h | 432 VectorFst< GallicArc<Arc> > G; in TestMap() 443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> > in TestMap() 445 ArcMapFst<GallicArc<Arc>, Arc, FromGallicMapper<Arc> > in TestMap()
|