Searched refs:arc_ (Results 1 - 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
H A D | complement.h | 258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel; 259 arc_.weight = Weight::One(); 260 arc_.nextstate = 0; 262 arc_ = aiter_->Value(); 263 ++arc_.nextstate; 265 return arc_; 317 mutable A arc_; member in class:fst::ArcIterator
|
H A D | replace.h | 1166 fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags); 1167 return arc_; 1219 mutable Arc arc_; // Memory to temporarily store computed arcs member in class:fst::ArcIterator 1376 impl_->ComputeFinalArc(tuple_, &arc_); 1377 return arc_; 1380 impl_->ComputeArc(tuple_, component_arc, &arc_); 1381 return arc_; 1409 mutable Arc arc_; member in class:fst::ReplaceFstMatcher
|
H A D | compact-fst.h | 1077 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue); 1078 if (arc_.ilabel == kNoStateId) { 1090 arc_ = compactor_->Expand(state_, compacts_[pos_], flags_); 1091 return arc_; 1115 mutable A arc_; member in class:fst::ArcIterator 1170 // arc_ = fst_.GetImpl()->ComputeArc(state_, pos_ + offset_); 1171 // return arc_; 1204 // mutable A arc_;
|
/external/openfst/src/include/fst/extensions/ngram/ |
H A D | ngram-fst.h | 807 arc_.ilabel = arc_.olabel = 0; 809 arc_.nextstate = fst_.GetImpl()->context_index_.Rank1( 812 arc_.weight = fst_.GetImpl()->backoff_[inst_.state_]; 821 arc_.ilabel = arc_.olabel = label; 822 arc_.weight = fst_.GetImpl()->future_probs_[inst_.offset_ + state]; 824 arc_.nextstate = fst_.GetImpl()->Transition(inst_.context_, label); 836 return (current_loop_) ? loop_ : arc_; 851 Arc arc_; member in class:fst::NGramFstMatcher 946 mutable Arc arc_; member in class:fst::ArcIterator [all...] |
Completed in 114 milliseconds