Searched refs:reach_input (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h449 bool reach_input = match_type == MATCH_INPUT; local
451 if (reach_input == data->ReachInput())
453 } else if ((reach_input && (F & kInputLookAheadMatcher)) ||
454 (!reach_input && (F & kOutputLookAheadMatcher))) {
456 fst, reach_input, s, F & kLookAheadKeepRelabelData);
599 bool reach_input = Type(false) == MATCH_OUTPUT; local
603 reach_input, compute_weight);
679 if (data->First()) { // reach_input
H A Dlabel-reachable.h48 explicit LabelReachableData(bool reach_input, bool keep_relabel_data = true) argument
49 : reach_input_(reach_input),
114 // Tests reachability of labels from a given state. If reach_input =
123 // reach_input) so that the test Reach(r) applies directly to the
152 LabelReachable(const Fst<A> &fst, bool reach_input, S *s = 0, argument
156 data_(new LabelReachableData<Label>(reach_input, keep_relabel_data)),

Completed in 417 milliseconds