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

  /external/openfst/src/include/fst/
queue.h 574 bool unweighted; local
577 &unweighted);
578 // If unweighted and semiring is idempotent, use lifo queue.
579 if (unweighted) {
657 bool *all_trivial, bool *unweighted);
683 // to true if every queue is the trivial queue. UNWEIGHTED is set to
692 bool *all_trivial, bool *unweighted) {
698 *unweighted = true;
725 *unweighted = false;
  /external/openfst/src/lib/
properties.cc 287 bool unweighted = true; local
298 unweighted = false;
308 if (unweighted)
421 "weighted", "unweighted",

Completed in 130 milliseconds