Searched defs:FactorWeightFst (Results 1 - 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | factor-weight.h | 328 // 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...] |
/external/openfst/src/include/fst/ |
H A D | factor-weight.h | 199 LOG(WARNING) << "FactorWeightFst: factor mode is set to 0: " 387 // FactorWeightFst takes as template parameter a FactorIterator as 400 class FactorWeightFst : public ImplToFst< FactorWeightFstImpl<A, F> > { class in namespace:fst 402 friend class ArcIterator< FactorWeightFst<A, F> >; 403 friend class StateIterator< FactorWeightFst<A, F> >; 411 FactorWeightFst(const Fst<A> &fst) function in class:fst::FactorWeightFst 414 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions<A> &opts) function in class:fst::FactorWeightFst 418 FactorWeightFst(const FactorWeightFst<A, F> &fst, bool copy) argument 421 // Get a copy of this FactorWeightFst 445 StateIterator(const FactorWeightFst<A, F> &fst) argument 457 ArcIterator(const FactorWeightFst<A, F> &fst, StateId s) argument [all...] |
Completed in 171 milliseconds