Searched refs:unweighted (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dqueue.h574 bool unweighted; local
577 &unweighted);
578 // If unweighted and semiring is idempotent, use lifo queue.
579 if (unweighted) {
657 bool *all_trivial, bool *unweighted);
692 bool *all_trivial, bool *unweighted) {
698 *unweighted = true;
725 *unweighted = false;
688 SccQueueType(const Fst<A> &fst, const vector<StateId> &scc, vector<QueueType> *queue_type, ArcFilter filter, Less *less, bool *all_trivial, bool *unweighted) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h536 bool unweighted; local
539 &unweighted);
540 // If unweighted and semiring is idempotent, use lifo queue.
541 if (unweighted) {
620 bool *all_trivial, bool *unweighted);
650 bool *all_trivial, bool *unweighted) {
656 *unweighted = true;
683 *unweighted = false;
646 SccQueueType(const Fst<A> &fst, const vector<StateId> &scc, vector<QueueType> *queue_type, ArcFilter filter, Less *less, bool *all_trivial, bool *unweighted) argument
/external/openfst/src/lib/
H A Dproperties.cc287 bool unweighted = true; local
298 unweighted = false;
308 if (unweighted)
421 "weighted", "unweighted",

Completed in 119 milliseconds