Searched refs:RandGenFst (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Drandgen.h138 // Random path state info maintained by RandGenFst and passed to samplers.
305 // Options for random path generation with RandGenFst. The template argument
307 // the sampler is taken by RandGenFst.
326 // Implementation of RandGenFst.
509 class RandGenFst : public ImplToFst< RandGenFstImpl<A, B, S> > { class in namespace:fst
511 friend class ArcIterator< RandGenFst<A, B, S> >;
512 friend class StateIterator< RandGenFst<A, B, S> >;
521 RandGenFst(const Fst<A> &fst, const RandGenFstOptions<S> &opts) function in class:fst::RandGenFst
525 RandGenFst(const RandGenFst< argument
553 StateIterator(const RandGenFst<A, B, S> &fst) argument
568 ArcIterator(const RandGenFst<A, B, S> &fst, StateId s) argument
[all...]
H A Dfst-decl.h64 template <class A, class B, class S> class RandGenFst;

Completed in 115 milliseconds