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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
epsnormalize.h 52 VectorFst< GallicArc<Arc, STRING_RIGHT_RESTRICT> > gfst; local
54 Map(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
56 Map(InvertFst<Arc>(ifst), &gfst, local
58 RmEpsilon(&gfst);
62 fwfst(gfst);
push.h 67 VectorFst< GallicArc<Arc, stype> > gfst; local
68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>());
70 ShortestDistance(gfst, &gdistance, rtype == REWEIGHT_TO_INITIAL);
78 Reweight(&gfst, gdistance, rtype);
80 typename Arc::Weight, stype> > fwfst(gfst);
minimize.h 521 VectorFst< GallicArc<A, STRING_LEFT> > gfst; local
522 Map(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
524 gfst.SetProperties(kAcceptor, kAcceptor);
525 Push(&gfst, REWEIGHT_TO_INITIAL);
526 Map(&gfst, QuantizeMapper< GallicArc<A, STRING_LEFT> >());
529 Encode(&gfst, &encoder);
530 AcceptorMinimize(&gfst);
531 Decode(&gfst, encoder);
536 typename A::Weight, STRING_LEFT> > fwfst(gfst);
541 Map(gfst, fst, mapper)
    [all...]

Completed in 808 milliseconds