Home
last modified time | relevance | path

Searched refs:fst1_ (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dcompose-filter.h224 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 …]
Dcompose.h230 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()
333 StateId s1 = fst1_.Start(); in ComputeStart()
349 Weight final1 = internal::Final(fst1_, s1); in ComputeFinal()
366 const FST1 &fst1_; variable
384 fst1_(matcher1_->GetFst()), in ComposeFstImpl()
387 new T(fst1_, fst2_)) { in ComposeFstImpl()
Dlookahead-filter.h443 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
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) { in ComposeFstImplBase()
123 delete fst1_; in ~ComposeFstImplBase() local
179 const Fst<A> *fst1_; // first input Fst variable
459 ComposeFstImplBase<A>::fst1_, s1, f, true); in Expand()
461 OrderedExpand(s, ComposeFstImplBase<A>::fst1_, s1, in Expand()
623 StateId s1 = ComposeFstImplBase<A>::fst1_->Start(); in ComputeStart()
633 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1), in ComputeFinal()