Searched defs:RandGenOptions (Results 1 - 2 of 2) sorted by relevance

/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/include/fst/
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);

Completed in 86 milliseconds