Searched refs:FactorWeightFst (Results 1 - 10 of 10) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h328 // FactorWeightFst takes as template parameter a FactorIterator as
338 class FactorWeightFst : public Fst<A> { class in namespace:fst
340 friend class ArcIterator< FactorWeightFst<A, F> >;
341 friend class CacheStateIterator< FactorWeightFst<A, F> >;
342 friend class CacheArcIterator< FactorWeightFst<A, F> >;
349 FactorWeightFst(const Fst<A> &fst) function in class:fst::FactorWeightFst
352 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions &opts) function in class:fst::FactorWeightFst
354 FactorWeightFst(const FactorWeightFst<A, F> &fst) : Fst<A>(fst), impl_(fst.impl_) { argument
358 virtual ~FactorWeightFst() { i
418 StateIterator(const FactorWeightFst<A, F> &fst) argument
430 ArcIterator(const FactorWeightFst<A, F> &fst, StateId s) argument
[all...]
H A Depsnormalize.h59 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
H A Dpush.h79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
H A Dminimize.h534 FactorWeightFst< GallicArc<A, STRING_LEFT>,
H A Ddeterminize.h639 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);
/external/openfst/src/include/fst/
H A Dfactor-weight.h198 LOG(WARNING) << "FactorWeightFst: factor mode is set to 0: "
386 // FactorWeightFst takes as template parameter a FactorIterator as
399 class FactorWeightFst : public ImplToFst< FactorWeightFstImpl<A, F> > { class in namespace:fst
401 friend class ArcIterator< FactorWeightFst<A, F> >;
402 friend class StateIterator< FactorWeightFst<A, F> >;
410 FactorWeightFst(const Fst<A> &fst) function in class:fst::FactorWeightFst
413 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions<A> &opts) function in class:fst::FactorWeightFst
417 FactorWeightFst(const FactorWeightFst<A, F> &fst, bool copy) argument
420 // Get a copy of this FactorWeightFst
444 StateIterator(const FactorWeightFst<A, F> &fst) argument
456 ArcIterator(const FactorWeightFst<A, F> &fst, StateId s) argument
[all...]
H A Depsnormalize.h61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
H A Dpush.h162 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
H A Dminimize.h556 FactorWeightFst< GallicArc<A, STRING_LEFT>,
H A Ddeterminize.h898 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);

Completed in 146 milliseconds