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

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

Completed in 98 milliseconds