Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Drandgen.h606 class RandGenVisitor {
611 RandGenVisitor(MutableFst<OArc> *ofst) : ofst_(ofst) {} in RandGenVisitor() function
674 DISALLOW_COPY_AND_ASSIGN(RandGenVisitor);
696 RandGenVisitor<IArc, OArc> rand_visitor(ofst); in RandGen()