HomeSort by relevance Sort by last modified time
    Searched refs:PushArc (Results 1 - 12 of 12) sorted by null

  /external/openfst/src/include/fst/
synchronize.h 56 using CacheBaseImpl< CacheState<A> >::PushArc;
251 PushArc(s, Arc(Car(e.istring, arc.ilabel),
257 PushArc(s, Arc(0 , 0, arc.weight, d));
267 PushArc(s, Arc(Car(e.istring), Car(e.ostring), w, d));
factor-weight.h 160 using CacheBaseImpl< CacheState<A> >::PushArc;
317 PushArc(s, Arc(arc.ilabel, arc.olabel, w, d));
323 PushArc(s, Arc(arc.ilabel, arc.olabel, p.first, d));
341 PushArc(s, Arc(final_ilabel_, final_olabel_, p.first, d));
relabel.h 198 using CacheImpl<A>::PushArc;
361 PushArc(s, arc);
rmepsilon.h 386 using CacheBaseImpl< CacheState<A> >::PushArc;
485 PushArc(s, arcs.back());
state-map.h 194 using CacheImpl<B>::PushArc;
292 PushArc(s, mapper_->Value());
arc-map.h 318 using CacheImpl<B>::PushArc;
454 PushArc(s, barc);
470 PushArc(s, final_arc);
479 PushArc(s, B(final_arc.ilabel, final_arc.olabel,
    [all...]
replace.h 320 using CacheImpl<A>::PushArc;
652 PushArc(s, arc);
657 PushArc(s, arc);
    [all...]
determinize.h 669 CacheImpl<A>::PushArc(s, arc);
752 CacheImpl<A>::PushArc(s, aiter.Value());
    [all...]
compact-fst.h 450 using CacheImpl<A>::PushArc;
688 PushArc(s, arc);
    [all...]
cache.h 92 // SetFinal(), AddArc(), (or PushArc() and SetArcs()) to cache. Note
226 // book-keeping. For efficiency, prefer PushArc and SetArcs below
249 // SetArcs must be called when all PushArc calls at a state are
251 void PushArc(StateId s, const Arc &arc) {
257 // calls to PushArc have been completed. Do not mix with calls to AddArc.
compose.h 336 CacheImpl<Arc>::PushArc(s, oarc);
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 70 using CacheBaseImpl< CacheState<A> >::PushArc;
192 PushArc(s, arc);
    [all...]

Completed in 151 milliseconds