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 165 using CacheBaseImpl< CacheState<A> >::SetArcs;
345 SetArcs(s);
relabel.h 198 using CacheImpl<A>::SetArcs;
359 SetArcs(s);
rmepsilon.h 391 using CacheBaseImpl< CacheState<A> >::SetArcs;
489 SetArcs(s);
state-map.h 200 using CacheImpl<B>::SetArcs;
295 SetArcs(s);
determinize.h 242 using DeterminizeFstImplBase<A>::SetArcs;
393 SetArcs(s);
633 CacheImpl<A>::SetArcs(s);
randgen.h 339 using CacheBaseImpl< CacheState<B> >::SetArcs;
446 SetArcs(s);
488 SetArcs(s);
arc-map.h 324 using CacheImpl<B>::SetArcs;
449 if (s == superfinal_) { SetArcs(s); return; }
486 SetArcs(s);
    [all...]
compose.h 215 using CacheBaseImpl<CacheState<Arc> >::SetArcs;
299 SetArcs(s);
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
266 void SetArcs(StateId s) {
compact-fst.h 448 using CacheImpl<A>::SetArcs;
684 SetArcs(s);
    [all...]
  /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 58 milliseconds