Searched defs:fst1_ (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompose-filter.h224 fst1_(matcher1_->GetFst()),
233 fst1_(matcher1_->GetFst()),
251 size_t na1 = internal::NumArcs(fst1_, s1);
252 size_t ne1 = internal::NumOutputEpsilons(fst1_, s1);
253 bool fin1 = internal::Final(fst1_, s1) != Weight::Zero();
279 const FST1 &fst1_; member in class:fst::SequenceComposeFilter
280 StateId s1_; // Current fst1_ state;
365 StateId s1_; // Current fst1_ state;
395 fst1_(matcher1_->GetFst()),
405 fst1_(matcher1
464 const FST1 &fst1_; member in class:fst::MatchComposeFilter
[all...]
H A Dlookahead-filter.h443 fst1_(filter_.GetMatcher1()->GetFst()),
445 matcher1_(fst1_, MATCH_OUTPUT,
458 fst1_(filter_.GetMatcher1()->GetFst()),
460 matcher1_(fst1_, MATCH_OUTPUT,
480 narcsa_ = LookAheadOutput() ? internal::NumArcs(fst1_, s1)
602 const FST1 &fst1_; member in class:fst::PushLabelsComposeFilter
H A Dcompose.h230 fst1_(matcher1_->GetFst()),
252 (fst1_.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);
278 const FST1 &GetFst1() { return fst1_; }
340 StateId s1 = fst1_.Start();
356 Weight final1 = internal::Final(fst1_, s1);
377 const FST1 &fst1_; member in class:fst::ComposeFstImpl
395 fst1_(matcher1
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h107 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
122 delete fst1_;
178 const Fst<A> *fst1_; // first input Fst member in class:fst::ComposeFstImplBase
456 ComposeFstImplBase<A>::fst1_, s1, f, true);
458 OrderedExpand(s, ComposeFstImplBase<A>::fst1_, s1,
620 StateId s1 = ComposeFstImplBase<A>::fst1_->Start();
630 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1),

Completed in 61 milliseconds