Home | History | Annotate | Download | only in fst

Lines Matching defs:weighted

312   bool weighted;             // Output tree weighted by path count; o.w.
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.
593 bool remove_total_weight; // Remove total weight when output is weighted.
600 weighted(w),
690 opts.npath, opts.weighted,
693 if (opts.weighted) {