Home
last modified time | relevance | path

Searched refs:SEQUENCE_FILTER (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/bin/
Dfstdifference.cc69 cf = fst::SEQUENCE_FILTER; in main()
Dfstintersect.cc74 compose_filter = fst::SEQUENCE_FILTER; in main()
Dfstcompose.cc81 compose_filter = fst::SEQUENCE_FILTER; in main()
/external/openfst/src/include/fst/
Dintersect.h152 } else if (opts.filter_type == SEQUENCE_FILTER) {
Ddifference.h169 } else if (opts.filter_type == SEQUENCE_FILTER) {
Dcompose.h658 enum ComposeFilter { AUTO_FILTER, SEQUENCE_FILTER, ALT_SEQUENCE_FILTER, enumerator
708 } else if (opts.filter_type == SEQUENCE_FILTER) {