Searched refs:RandGenFst (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | randgen.h | 509 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 …]
|
D | fst-decl.h | 64 template <class A, class B, class S> class RandGenFst; variable
|
/external/openfst/ |
D | NEWS | 42 * Added delayed RandGenFst that outputs tree of paths weighted
|