HomeSort by relevance Sort by last modified time
    Searched refs:GallicArc (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
epsnormalize.h 52 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst;
59 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
push.h 66 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,
arc.h 108 struct GallicArc {
114 GallicArc() {}
116 GallicArc(Label i, Label o, Weight w, StateId s)
119 GallicArc(const A &arc)
minimize.h 521 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>,
map.h 680 // 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;

Completed in 295 milliseconds