OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unweighted
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/lib/
properties.cc
287
bool
unweighted
= true;
local
298
unweighted
= false;
308
if (
unweighted
)
421
"weighted", "
unweighted
",
/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;
Completed in 98 milliseconds