OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_weight
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
596
bool
compute_weight
= F & kLookAheadWeight;
local
603
reach_input,
compute_weight
);
610
compute_weight
= false;
611
} else if (
compute_weight
) {
618
if (reach_final &&
compute_weight
)
label-reachable.h
300
// above. If
compute_weight
is true, user may call ReachWeight().
303
ssize_t aiter_end, bool aiter_input, bool
compute_weight
) {
334
if (
compute_weight
) {
369
if (
compute_weight
) {
389
// Valid only if
compute_weight
was true in Reach() call.
Completed in 2222 milliseconds