OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reach_input
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
449
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);
680
if (data->First()) { //
reach_input
label-reachable.h
48
explicit LabelReachableData(bool
reach_input
, bool keep_relabel_data = true)
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,
156
data_(new LabelReachableData<Label>(
reach_input
, keep_relabel_data)),
Completed in 71 milliseconds