Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dmatcher.h774 phi_label_(phi_label),
795 phi_label_(matcher.phi_label_),
814 has_phi_ = phi_label_ != kNoLabel; in SetState()
834 if (phi_arc_.ilabel == phi_label_) in Value()
836 if (phi_arc_.olabel == phi_label_) in Value()
855 if (phi_label_ == kNoLabel || match_type_ == MATCH_NONE) in Flags()
869 Label phi_label_; // Label that represents the phi transition variable
885 if (match_label == phi_label_ && phi_label_ != kNoLabel && phi_label_ != 0) { in Find()
886 FSTERROR() << "PhiMatcher::Find: bad label (phi): " << phi_label_; in Find()
893 if (phi_label_ == 0) { // When 'phi_label_ == 0', in Find()
[all …]