HomeSort by relevance Sort by last modified time
    Searched defs:RandGen (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/script/
randgen.cc 19 #include <fst/script/randgen.h>
24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed,
26 if (!ArcTypesMatch(ifst, *ofst, "RandGen")) return;
29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
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/
randgen.h 22 #include <fst/randgen.h>
37 void RandGen(RandGenArgs *args) {
48 RandGen(ifst, ofst, ropts);
54 RandGen(ifst, ofst, ropts);
60 RandGen(ifst, ofst, ropts);
66 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed = time(0),
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 0 // randgen.h
104 // These are used internally by RandGen
117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
133 RandGen(ifst, ofst, nopts);
153 RandGen(ifst, ofst, nopts);
161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
164 RandGen(ifst, ofst, opts);
  /external/openfst/src/include/fst/
randgen.h 0 // randgen.h
356 SetType("randgen");
372 SetType("randgen");
681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst,
704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) {
707 RandGen(ifst, ofst, opts);

Completed in 46 milliseconds