Searched refs:phi_weight_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h822 if ((phi_match_ == kNoLabel) && (phi_weight_ == Weight::One())) {
831 phi_arc_.weight = Times(phi_weight_, phi_arc_.weight);
875 Weight phi_weight_; // Product of the weights of phi transitions taken member in class:fst::PhiMatcher
892 phi_weight_ = Weight::One();
917 phi_weight_ = Times(phi_weight_, matcher_->Value().weight);

Completed in 62 milliseconds