Searched defs:RandGenVisitor (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Drandgen.h606 class RandGenVisitor { class in namespace:fst
611 RandGenVisitor(MutableFst<OArc> *ofst) : ofst_(ofst) {} function in class:fst::RandGenVisitor
636 FSTERROR() << "RandGenVisitor: cyclic input";
674 DISALLOW_COPY_AND_ASSIGN(RandGenVisitor);
696 RandGenVisitor<IArc, OArc> rand_visitor(ofst);

Completed in 98 milliseconds