Home
last modified time | relevance | path

Searched refs:arc_ (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcomplement.h238 arc_.ilabel = arc_.olabel = kRhoLabel; in Value()
239 arc_.weight = Weight::One(); in Value()
240 arc_.nextstate = 0; in Value()
242 arc_ = aiter_->Value(); in Value()
243 ++arc_.nextstate; in Value()
245 return arc_; in Value()
272 mutable A arc_; variable
/external/openfst/src/include/fst/
Dcomplement.h258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel; in Value()
259 arc_.weight = Weight::One(); in Value()
260 arc_.nextstate = 0; in Value()
262 arc_ = aiter_->Value(); in Value()
263 ++arc_.nextstate; in Value()
265 return arc_; in Value()
317 mutable A arc_; variable
Dreplace.h1166 fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags); in Value()
1167 return arc_; in Value()
1219 mutable Arc arc_; // Memory to temporarily store computed arcs variable
1376 impl_->ComputeFinalArc(tuple_, &arc_); in Value_()
1377 return arc_; in Value_()
1380 impl_->ComputeArc(tuple_, component_arc, &arc_); in Value_()
1381 return arc_; in Value_()
1409 mutable Arc arc_; variable
Dcompact-fst.h1077 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue); in ArcIterator()
1078 if (arc_.ilabel == kNoStateId) { in ArcIterator()
1090 arc_ = compactor_->Expand(state_, compacts_[pos_], flags_); in Value()
1091 return arc_; in Value()
1115 mutable A arc_; variable
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h807 arc_.ilabel = arc_.olabel = 0; in Find_()
809 arc_.nextstate = fst_.GetImpl()->context_index_.Rank1( in Find_()
812 arc_.weight = fst_.GetImpl()->backoff_[inst_.state_]; in Find_()
821 arc_.ilabel = arc_.olabel = label; in Find_()
822 arc_.weight = fst_.GetImpl()->future_probs_[inst_.offset_ + state]; in Find_()
824 arc_.nextstate = fst_.GetImpl()->Transition(inst_.context_, label); in Find_()
836 return (current_loop_) ? loop_ : arc_; in Value_()
851 Arc arc_; variable
881 arc_.ilabel = in Value()
882 arc_.olabel = eps ? 0 : impl_->future_words_[inst_.offset_ + state]; in Value()
[all …]