Home
last modified time | relevance | path

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

/external/openfst/src/bin/
Dfstdifference.cc67 cf = fst::AUTO_FILTER; in main()
Dfstintersect.cc70 compose_filter = fst::AUTO_FILTER; in main()
Dfstcompose.cc77 compose_filter = fst::AUTO_FILTER; in main()
/external/openfst/src/include/fst/
Dcompose.h658 enum ComposeFilter { AUTO_FILTER, SEQUENCE_FILTER, ALT_SEQUENCE_FILTER, enumerator
665 ComposeOptions(bool c, ComposeFilter ft = AUTO_FILTER)
667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {} in ComposeOptions()
704 if (opts.filter_type == AUTO_FILTER) {
Dintersect.h148 if (opts.filter_type == AUTO_FILTER) {
Ddifference.h165 if (opts.filter_type == AUTO_FILTER) {