Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Drandgen.h328 class RandGenFstImpl : public CacheImpl<B> {
348 RandGenFstImpl(const Fst<A> &fst, const RandGenFstOptions<S> &opts) in RandGenFstImpl() function
365 RandGenFstImpl(const RandGenFstImpl &impl) in RandGenFstImpl() function
378 ~RandGenFstImpl() { in ~RandGenFstImpl()
501 void operator=(const RandGenFstImpl<A, B, S> &); // disallow
509 class RandGenFst : public ImplToFst< RandGenFstImpl<A, B, S> > {
519 typedef RandGenFstImpl<A, B, S> Impl;