Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/script/
Drandgen.h34 const RandGenOptions<RandArcSelection> &> RandGenArgs;
41 const RandGenOptions<RandArcSelection> &opts = args->arg4; in RandGen()
45 RandGenOptions< UniformArcSelector<Arc> > in RandGen()
51 RandGenOptions< FastLogProbArcSelector<Arc> > in RandGen()
57 RandGenOptions< LogProbArcSelector<Arc> > in RandGen()
67 const RandGenOptions<RandArcSelection> &opts =
68 fst::RandGenOptions<fst::script::RandArcSelection>(
Drandequivalent.h46 const RandGenOptions<RandArcSelection> &>
56 const RandGenOptions<RandArcSelection> &opts = args->args.arg6; in RandEquivalent()
61 RandGenOptions< UniformArcSelector<Arc> > in RandEquivalent()
68 RandGenOptions< FastLogProbArcSelector<Arc> > in RandEquivalent()
75 RandGenOptions< LogProbArcSelector<Arc> > in RandEquivalent()
97 const fst::RandGenOptions<
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drandgen.h99 struct RandGenOptions { struct
108 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1) argument
118 const RandGenOptions<ArcSelector> &opts) { in RandGen()
129 RandGenOptions<ArcSelector> nopts(opts); in RandGen()
149 RandGenOptions<ArcSelector> nopts(opts); in RandGen()
163 RandGenOptions< UniformArcSelector<Arc> > opts(uniform_selector); in RandGen()
/external/openfst/src/include/fst/
Drandequivalent.h46 const RandGenOptions<ArcSelector> &opts,
127 RandGenOptions< UniformArcSelector<Arc> >
Drandgen.h587 struct RandGenOptions { struct
595 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1, argument
682 const RandGenOptions<Selector> &opts) { in RandGen()
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector); in RandGen()
/external/openfst/src/script/
Drandgen.cc25 const RandGenOptions<RandArcSelection> &opts) { in RandGen()
Drandequivalent.cc41 const RandGenOptions<RandArcSelection> &opts) { in RandEquivalent()
/external/openfst/src/bin/
Dfstrandgen.cc76 fst::RandGenOptions<s::RandArcSelection>( in main()
Dfstequivalent.cc88 fst::RandGenOptions<s::RandArcSelection>( in main()
/external/openfst/src/test/
Dalgo_test.h823 RandGenOptions< UniformArcSelector<Arc> > in Equiv()