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

  /external/openfst/src/include/fst/
epsnormalize.h 54 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst;
61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
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,
arc.h 107 struct GallicArc {
113 GallicArc() {}
115 GallicArc(Label i, Label o, Weight w, StateId s)
118 GallicArc(const A &arc)
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>,
arc-map.h 764 // Mapper from A to GallicArc<A>.
768 typedef GallicArc<A, S> ToArc;
772 typedef typename GallicArc<A, S>::Weight GW;
803 // Mapper from GallicArc<A> to A.
806 typedef GallicArc<A, S> FromArc;
812 typedef typename GallicArc<A, S>::Weight GW;
860 // Mapper from GallicArc<A> to A.
863 typedef GallicArc<A, S> FromArc;
870 typedef typename GallicArc<A, S>::Weight GW;
    [all...]
  /external/openfst/src/test/
algo_test.cc 53 using fst::GallicArc;
119 typedef GallicArc<StdArc> StdGallicArc;
algo_test.h 432 VectorFst< GallicArc<Arc> > G;
443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> >
445 ArcMapFst<GallicArc<Arc>, Arc, FromGallicMapper<Arc> >
    [all...]

Completed in 3616 milliseconds