Home
last modified time | relevance | path

Searched refs:RandGenFst (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Drandgen.h509 class RandGenFst : public ImplToFst< RandGenFstImpl<A, B, S> > {
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) in RandGenFst() function
525 RandGenFst(const RandGenFst<A, B, S> &fst, bool safe = false)
529 virtual RandGenFst<A, B, S> *Copy(bool safe = false) const {
530 return new RandGenFst<A, B, S>(*this, safe);
543 void operator=(const RandGenFst<A, B, S> &fst); // Disallow
550 class StateIterator< RandGenFst<A, B, S> >
551 : public CacheStateIterator< RandGenFst<A, B, S> > {
[all …]
Dfst-decl.h64 template <class A, class B, class S> class RandGenFst; variable
/external/openfst/
DNEWS42 * Added delayed RandGenFst that outputs tree of paths weighted