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 161 using CacheBaseImpl< CacheState<A> >::PushArc;
318 PushArc(s, Arc(arc.ilabel, arc.olabel, w, d));
324 PushArc(s, Arc(arc.ilabel, arc.olabel, p.first, d));
342 PushArc(s, Arc(final_ilabel_, final_olabel_, p.first, d));
relabel.h 194 using CacheImpl<A>::PushArc;
357 PushArc(s, arc);
rmepsilon.h 387 using CacheBaseImpl< CacheState<A> >::PushArc;
486 PushArc(s, arcs.back());
state-map.h 196 using CacheImpl<B>::PushArc;
294 PushArc(s, mapper_->Value());
arc-map.h 320 using CacheImpl<B>::PushArc;
456 PushArc(s, barc);
472 PushArc(s, final_arc);
481 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 469 CacheImpl<A>::PushArc(s, arc);
632 CacheImpl<A>::PushArc(s, aiter.Value());
cache.h 92 // SetFinal(), AddArc(), (or PushArc() and SetArcs()) to cache. Note you
235 // book-keeping. For efficiency, prefer PushArc and SetArcs below
257 // SetArcs must be called when all PushArc calls at a state are
259 void PushArc(StateId s, const Arc &arc) {
265 // calls to PushArc have been completed. Do not mix with calls to AddArc.
compact-fst.h 444 using CacheImpl<A>::PushArc;
682 PushArc(s, arc);
    [all...]
compose.h 329 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 124 milliseconds