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

  /external/openfst/src/include/fst/
matcher.h 153 match_type_(match_type),
159 switch(match_type_) {
168 match_type_ = MATCH_NONE;
177 match_type_(matcher.match_type_),
195 if (match_type_ == MATCH_NONE)
196 return match_type_;
198 uint64 true_prop = match_type_ == MATCH_INPUT ?
200 uint64 false_prop = match_type_ == MATCH_INPUT ?
205 return match_type_;
311 MatchType match_type_; \/\/ Type of match to perform member in class:fst::SortedMatcher
512 MatchType match_type_; \/\/ Type of match requested member in class:fst::RhoMatcher
700 MatchType match_type_; \/\/ Type of match requested member in class:fst::SigmaMatcher
868 MatchType match_type_; \/\/ Type of match requested member in class:fst::PhiMatcher
    [all...]
compose.h 233 match_type_(impl.match_type_) {}
270 if (match_type_ == MATCH_OUTPUT ||
271 (match_type_ == MATCH_BOTH &&
381 MatchType match_type_; member in class:fst::ComposeFstImpl
400 if (match_type_ == MATCH_NONE)
403 << (match_type_ == MATCH_OUTPUT ? "output" :
404 (match_type_ == MATCH_INPUT ? "input" :
405 (match_type_ == MATCH_BOTH ? "both" :
406 (match_type_ == MATCH_NONE ? "none" : "unknown"))))
    [all...]
replace.h 1404 MatchType match_type_; \/\/ Supplied by caller member in class:fst::ReplaceFstMatcher
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 53 match_type_(match_type),
68 match_type_(matcher.match_type_),
163 MatchType match_type_; // Type of match to perform member in class:fst::ParenMatcher
250 Label label = match_type_ == MATCH_INPUT ?
265 Label label = match_type_ == MATCH_INPUT ?
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 758 : fst_(fst), inst_(fst.inst_), match_type_(match_type),
761 if (match_type_ == MATCH_OUTPUT) {
768 match_type_(matcher.match_type_), current_loop_(false),
770 if (match_type_ == MATCH_OUTPUT) {
780 return match_type_;
849 MatchType match_type_; // Supplied by caller member in class:fst::NGramFstMatcher

Completed in 237 milliseconds