Home
last modified time | relevance | path

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

/external/openfst/src/script/
Drandgen.cc24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed, in RandGen() function
32 REGISTER_FST_OPERATION(RandGen, StdArc, RandGenArgs);
33 REGISTER_FST_OPERATION(RandGen, LogArc, RandGenArgs);
34 REGISTER_FST_OPERATION(RandGen, Log64Arc, RandGenArgs);
/external/openfst/src/include/fst/script/
Drandgen.h37 void RandGen(RandGenArgs *args) { in RandGen() function
48 RandGen(ifst, ofst, ropts); in RandGen()
54 RandGen(ifst, ofst, ropts); in RandGen()
60 RandGen(ifst, ofst, ropts); in RandGen()
66 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed = time(0),
Dfstscript.h126 REGISTER_FST_OPERATION(RandGen, Arc, RandGenArgs); in RegisterBatch2()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drandgen.h117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in RandGen() function
133 RandGen(ifst, ofst, nopts); in RandGen()
153 RandGen(ifst, ofst, nopts); in RandGen()
161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in RandGen() function
164 RandGen(ifst, ofst, opts); in RandGen()
/external/openfst/src/bin/
Dfstrandgen.cc75 s::RandGen(*ifst, &ofst, FLAGS_seed, in main()
/external/openfst/src/include/fst/
Drandequivalent.h74 RandGen(fst, &path, opts);
Drandgen.h681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst, in RandGen() function
704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) { in RandGen() function
707 RandGen(ifst, ofst, opts); in RandGen()