Searched defs:weighted (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/lib/
H A Dproperties.cc233 uint64 RandGenProperties(uint64 inprops, bool weighted) { argument
236 if (weighted) {
335 // Properties for re-weighted FST.
418 "weighted", "unweighted",
/external/openfst/src/include/fst/
H A Drandgen.h312 bool weighted; // Output tree weighted by path count; o.w. member in struct:fst::RandGenFstOptions
314 bool remove_total_weight; // Remove total weight when output is weighted.
321 weighted(w),
353 weighted_(opts.weighted),
506 // by RandGenOptionsFst. Output format is a tree weighted by the
591 bool weighted; // Output is tree weighted by path count; o.w. member in struct:fst::RandGenOptions
593 bool remove_total_weight; // Remove total weight when output is weighted.
600 weighted(
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h328 int weighted; member in struct:CvCliqueFinder
343 int weighted CV_DEFAULT(0), int weighted_edges CV_DEFAULT(0));

Completed in 105 milliseconds