HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_FILTER (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/bin/
fstcompose.cc 77 compose_filter = fst::AUTO_FILTER;
fstdifference.cc 67 cf = fst::AUTO_FILTER;
fstintersect.cc 70 compose_filter = fst::AUTO_FILTER;
  /external/openfst/src/include/fst/
intersect.h 148 if (opts.filter_type == AUTO_FILTER) {
compose.h 658 enum ComposeFilter { AUTO_FILTER, SEQUENCE_FILTER, ALT_SEQUENCE_FILTER,
665 ComposeOptions(bool c, ComposeFilter ft = AUTO_FILTER)
667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {}
704 if (opts.filter_type == AUTO_FILTER) {
difference.h 165 if (opts.filter_type == AUTO_FILTER) {

Completed in 2099 milliseconds