Searched refs:FactorWeightFst (Results 1 – 10 of 10) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | factor-weight.h | 336 class FactorWeightFst : public Fst<A> { 338 friend class ArcIterator< FactorWeightFst<A, F> >; 339 friend class CacheStateIterator< FactorWeightFst<A, F> >; 340 friend class CacheArcIterator< FactorWeightFst<A, F> >; 347 FactorWeightFst(const Fst<A> &fst) in FactorWeightFst() function 350 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions &opts) in FactorWeightFst() function 352 FactorWeightFst(const FactorWeightFst<A, F> &fst) : Fst<A>(fst), impl_(fst.impl_) { in FactorWeightFst() function 356 virtual ~FactorWeightFst() { if (!impl_->DecrRefCount()) delete impl_; } in ~FactorWeightFst() 384 virtual FactorWeightFst<A, F> *Copy() const { in Copy() 385 return new FactorWeightFst<A, F>(*this); in Copy() [all …]
|
D | epsnormalize.h | 57 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
|
D | push.h | 79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label, in Push()
|
D | minimize.h | 534 FactorWeightFst< GallicArc<A, STRING_LEFT>,
|
D | determinize.h | 639 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts); in DeterminizeFstImpl()
|
/external/openfst/src/include/fst/ |
D | factor-weight.h | 399 class FactorWeightFst : public ImplToFst< FactorWeightFstImpl<A, F> > { 401 friend class ArcIterator< FactorWeightFst<A, F> >; 402 friend class StateIterator< FactorWeightFst<A, F> >; 410 FactorWeightFst(const Fst<A> &fst) in FactorWeightFst() function 413 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions<A> &opts) in FactorWeightFst() function 417 FactorWeightFst(const FactorWeightFst<A, F> &fst, bool copy) in FactorWeightFst() function 421 virtual FactorWeightFst<A, F> *Copy(bool copy = false) const { 422 return new FactorWeightFst<A, F>(*this, copy); 435 void operator=(const FactorWeightFst<A, F> &fst); // Disallow 441 class StateIterator< FactorWeightFst<A, F> > [all …]
|
D | epsnormalize.h | 61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
|
D | push.h | 162 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
|
D | minimize.h | 556 FactorWeightFst< GallicArc<A, STRING_LEFT>,
|
D | determinize.h | 898 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts); in Init()
|