Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dcompose-filter.h309 fst2_(matcher2_->GetFst()),
318 fst2_(matcher2_->GetFst()),
336 size_t na2 = internal::NumArcs(fst2_, s2); in SetState()
337 size_t ne2 = internal::NumInputEpsilons(fst2_, s2); in SetState()
338 bool fin2 = internal::Final(fst2_, s2) != Weight::Zero(); in SetState()
364 const FST2 &fst2_; variable
396 fst2_(matcher2_->GetFst()),
406 fst2_(matcher2_->GetFst()),
429 size_t na2 = internal::NumArcs(fst2_, s2); in SetState()
430 size_t ne2 = internal::NumInputEpsilons(fst2_, s2); in SetState()
[all …]
Dcompose.h231 fst2_(matcher2_->GetFst()), in ComposeFstImpl()
253 fst2_.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()
337 StateId s2 = fst2_.Start(); in ComputeStart()
354 Weight final2 = internal::Final(fst2_, s2); in ComputeFinal()
367 const FST2 &fst2_; variable
385 fst2_(matcher2_->GetFst()), in ComposeFstImpl()
387 new T(fst1_, fst2_)) { in ComposeFstImpl()
Dlookahead-filter.h444 fst2_(filter_.GetMatcher2()->GetFst()), in PushLabelsComposeFilter()
449 matcher2_(fst2_, MATCH_INPUT, in PushLabelsComposeFilter()
459 fst2_(filter_.GetMatcher2()->GetFst()),
464 matcher2_(fst2_, MATCH_INPUT,
481 : internal::NumArcs(fst2_, s2); in SetState()
603 const FST2 &fst2_; variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) { in ComposeFstImplBase()
124 delete fst2_; in ~ComposeFstImplBase() local
180 const Fst<A> *fst2_; // second input Fst variable
458 OrderedExpand(s, ComposeFstImplBase<A>::fst2_, s2, in Expand()
462 ComposeFstImplBase<A>::fst2_, s2, f, false); in Expand()
624 StateId s2 = ComposeFstImplBase<A>::fst2_->Start(); in ComputeStart()
634 ComposeFstImplBase<A>::fst2_->Final(tuple.state_id2)); in ComputeFinal()