HomeSort by relevance Sort by last modified time
    Searched refs:RandGenOptions (Results 1 - 10 of 10) sorted by null

  /external/openfst/src/include/fst/script/
randgen.h 34 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>(
randequivalent.h 46 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/
randgen.h 99 struct RandGenOptions {
108 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1)
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/
randgen.cc 25 const RandGenOptions<RandArcSelection> &opts) {
randequivalent.cc 41 const RandGenOptions<RandArcSelection> &opts) {
  /external/openfst/src/include/fst/
randequivalent.h 36 // paths (as specified by the RandGenOptions 'opts') in these FSTs.
46 const RandGenOptions<ArcSelector> &opts,
127 RandGenOptions< UniformArcSelector<Arc> >
randgen.h 587 struct RandGenOptions {
595 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1,
679 // RandGenOptions.
682 const RandGenOptions<Selector> &opts) {
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector);
  /external/openfst/src/bin/
fstequivalent.cc 88 fst::RandGenOptions<s::RandArcSelection>(
fstrandgen.cc 76 fst::RandGenOptions<s::RandArcSelection>(
  /external/openfst/src/test/
algo_test.h 823 RandGenOptions< UniformArcSelector<Arc> >
    [all...]

Completed in 311 milliseconds