Lines Matching refs:Fst
54 size_t operator()(const Fst<A> &fst, StateId s) const { in operator()
77 size_t operator()(const Fst<A> &fst, StateId s) const { in operator()
80 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done(); in operator()
90 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done(); in operator()
121 size_t operator()(const Fst<A> &fst, StateId s, in operator()
124 ArcIterator< Fst<A> > aiter(fst, s); in operator()
169 ArcSampler(const Fst<A> &fst, const S &arc_selector,
176 ArcSampler(const ArcSampler<A, S> &sampler, const Fst<A> *fst = 0)
222 const Fst<A> &fst_;
244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX)
252 ArcSampler(const ArcSampler<A, S> &sampler, const Fst<A> *fst = 0)
291 const Fst<A> &fst_;
348 RandGenFstImpl(const Fst<A> &fst, const RandGenFstOptions<S> &opts) in RandGenFstImpl()
453 ArcIterator< Fst<A> > aiter(*fst_, rstate.state_id); in Expand()
492 Fst<A> *fst_;
521 RandGenFst(const Fst<A> &fst, const RandGenFstOptions<S> &opts) in RandGenFst()
613 void InitVisit(const Fst<IArc> &ifst) { in InitVisit()
670 const Fst<IArc> *ifst_;
681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst, in RandGen()
704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) { in RandGen()