OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compose_filter
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/bin/
fstcompose.cc
27
DEFINE_string(
compose_filter
, "auto",
72
fst::ComposeFilter
compose_filter
;
local
75
compose_filter
= fst::ALT_SEQUENCE_FILTER;
77
compose_filter
= fst::AUTO_FILTER;
79
compose_filter
= fst::MATCH_FILTER;
81
compose_filter
= fst::SEQUENCE_FILTER;
88
fst::ComposeOptions opts(FLAGS_connect,
compose_filter
);
fstintersect.cc
26
DEFINE_string(
compose_filter
, "auto",
65
fst::ComposeFilter
compose_filter
;
local
68
compose_filter
= fst::ALT_SEQUENCE_FILTER;
70
compose_filter
= fst::AUTO_FILTER;
72
compose_filter
= fst::MATCH_FILTER;
74
compose_filter
= fst::SEQUENCE_FILTER;
81
fst::IntersectOptions opts(FLAGS_connect,
compose_filter
);
Completed in 50 milliseconds