/external/openfst/src/include/fst/ |
compose-filter.h | 281 StateId s2_; // Current fst2_ state; 309 fst2_(matcher2_->GetFst()), 318 fst2_(matcher2_->GetFst()), 336 size_t na2 = internal::NumArcs(fst2_, s2); 337 size_t ne2 = internal::NumInputEpsilons(fst2_, s2); 338 bool fin2 = internal::Final(fst2_, s2) != Weight::Zero(); 364 const FST2 &fst2_; member in class:fst::AltSequenceComposeFilter 366 StateId s2_; // Current fst2_ state; 396 fst2_(matcher2_->GetFst()), 406 fst2_(matcher2_->GetFst()) 465 const FST2 &fst2_; member in class:fst::MatchComposeFilter [all...] |
compose.h | 231 fst2_(matcher2_->GetFst()), 253 fst2_.Properties(kError, false) || 272 internal::NumArcs(fst1_, s1) > internal::NumArcs(fst2_, s2))) 273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false); 275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); 279 const FST2 &GetFst2() { return fst2_; } 344 StateId s2 = fst2_.Start(); 361 Weight final2 = internal::Final(fst2_, s2); 378 const FST2 &fst2_; member in class:fst::ComposeFstImpl 396 fst2_(matcher2_->GetFst()) [all...] |
lookahead-filter.h | 444 fst2_(filter_.GetMatcher2()->GetFst()), 449 matcher2_(fst2_, MATCH_INPUT, 459 fst2_(filter_.GetMatcher2()->GetFst()), 464 matcher2_(fst2_, MATCH_INPUT, 481 : internal::NumArcs(fst2_, s2); 603 const FST2 &fst2_; member in class:fst::PushLabelsComposeFilter
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) { 124 delete fst2_; 180 const Fst<A> *fst2_; // second input Fst member in class:fst::ComposeFstImplBase 458 OrderedExpand(s, ComposeFstImplBase<A>::fst2_, s2, 462 ComposeFstImplBase<A>::fst2_, s2, f, false); 624 StateId s2 = ComposeFstImplBase<A>::fst2_->Start(); 634 ComposeFstImplBase<A>::fst2_->Final(tuple.state_id2)); [all...] |