Lines Matching refs:final
332 Label subsequential_label; // Label used for residual final output
409 Weight Final(StateId s) {
411 Weight final = ComputeFinal(s);
412 SetFinal(s, final);
414 return CacheImpl<A>::Final(s);
537 Weight final = Weight::Zero();
542 final = Plus(final, Times(element.weight,
543 GetFst().Final(element.state_id)));
544 if (!final.Member())
547 return final;
557 // Compute distance from a state to the final states in the DFA
673 const vector<Weight> *in_dist_; // Distance to final NFA states
674 vector<Weight> *out_dist_; // Distance to final DFA states
746 virtual Weight ComputeFinal(StateId s) { return from_fst_->Final(s); }
837 // final states in the output if provided with those distances for the
845 << " distance to final states computed for acceptors only";
951 Label subsequential_label; // Label used for residual final output