Searched refs:fst1_ (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 224 fst1_(matcher1_->GetFst()), 233 fst1_(matcher1_->GetFst()), 251 size_t na1 = internal::NumArcs(fst1_, s1); in SetState() 252 size_t ne1 = internal::NumOutputEpsilons(fst1_, s1); in SetState() 253 bool fin1 = internal::Final(fst1_, s1) != Weight::Zero(); in SetState() 279 const FST1 &fst1_; variable 395 fst1_(matcher1_->GetFst()), 405 fst1_(matcher1_->GetFst()), 424 size_t na1 = internal::NumArcs(fst1_, s1); in SetState() 425 size_t ne1 = internal::NumOutputEpsilons(fst1_, s1); in SetState() [all …]
|
D | compose.h | 230 fst1_(matcher1_->GetFst()), in ComposeFstImpl() 252 (fst1_.Properties(kError, false) || in Properties() 272 internal::NumArcs(fst1_, s1) > internal::NumArcs(fst2_, s2))) in Expand() 273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false); in Expand() 275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); in Expand() 278 const FST1 &GetFst1() { return fst1_; } in GetFst1() 340 StateId s1 = fst1_.Start(); in ComputeStart() 356 Weight final1 = internal::Final(fst1_, s1); in ComputeFinal() 377 const FST1 &fst1_; variable 395 fst1_(matcher1_->GetFst()), in ComposeFstImpl() [all …]
|
D | lookahead-filter.h | 443 fst1_(filter_.GetMatcher1()->GetFst()), in PushLabelsComposeFilter() 445 matcher1_(fst1_, MATCH_OUTPUT, in PushLabelsComposeFilter() 458 fst1_(filter_.GetMatcher1()->GetFst()), 460 matcher1_(fst1_, MATCH_OUTPUT, 480 narcsa_ = LookAheadOutput() ? internal::NumArcs(fst1_, s1) in SetState() 602 const FST1 &fst1_; variable
|