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

  /external/openfst/src/include/fst/
synchronize.h 60 using CacheBaseImpl< CacheState<A> >::SetArcs;
269 SetArcs(s);
replace.h 324 using CacheImpl<A>::SetArcs;
642 SetArcs(s);
660 SetArcs(s);
667 SetArcs(s);
684 SetArcs(s);
    [all...]
factor-weight.h 164 using CacheBaseImpl< CacheState<A> >::SetArcs;
344 SetArcs(s);
relabel.h 202 using CacheImpl<A>::SetArcs;
363 SetArcs(s);
rmepsilon.h 390 using CacheBaseImpl< CacheState<A> >::SetArcs;
488 SetArcs(s);
state-map.h 198 using CacheImpl<B>::SetArcs;
293 SetArcs(s);
determinize.h 463 using DeterminizeFstImplBase<A>::SetArcs;
582 SetArcs(s);
753 CacheImpl<A>::SetArcs(s);
    [all...]
randgen.h 339 using CacheBaseImpl< CacheState<B> >::SetArcs;
446 SetArcs(s);
488 SetArcs(s);
arc-map.h 322 using CacheImpl<B>::SetArcs;
447 if (s == superfinal_) { SetArcs(s); return; }
484 SetArcs(s);
    [all...]
compose.h 215 using CacheBaseImpl<CacheState<Arc> >::SetArcs;
306 SetArcs(s);
compact-fst.h 454 using CacheImpl<A>::SetArcs;
692 SetArcs(s);
    [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
258 void SetArcs(StateId s) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 297 this->SetArcs(s);
503 CacheImpl<A>::SetArcs(s);
replace.h 301 SetArcs(s);
352 SetArcs(s);
arcsort.h 153 SetArcs(s);
cache.h 49 // SetFinal(), AddArc(), and SetArcs() to cache. Note you must set the
176 void SetArcs(StateId s) {
factor-weight.h 291 this->SetArcs(s);
relabel.h 294 SetArcs(s);
synchronize.h 238 SetArcs(s);
map.h 360 if (s == superfinal_) { this->SetArcs(s); return; }
397 this->SetArcs(s);
rmepsilon.h 395 SetArcs(s);
compose.h 586 this->SetArcs(s);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 74 using CacheBaseImpl< CacheState<A> >::SetArcs;
194 SetArcs(s);
    [all...]

Completed in 605 milliseconds