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

  /external/openfst/src/include/fst/
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.
lookahead-matcher.h 596 bool compute_weight = F & kLookAheadWeight; local
603 reach_input, compute_weight);
612 compute_weight = false;
613 } else if (compute_weight) {
617 if (reach_final && compute_weight)

Completed in 45 milliseconds