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

  /external/openfst/src/include/fst/
compact-fst.h 553 arc = ComputeArc(s,
577 const A &arc = ComputeArc(s, i, kArcILabelValue);
608 const A &arc = ComputeArc(
674 Arc ComputeArc(StateId s, Unsigned i, uint32 f = kArcValueFlags) const {
684 const Arc &arc = ComputeArc(s, i);
    [all...]
replace.h 536 // Use also in ComputeArc, this would require changes to replace
656 if (ComputeArc(tuple, aiter.Value(), &arc))
680 if (ComputeArc(tuple, aiter.Value(), &arc))
720 bool ComputeArc(const StateTuple &tuple, const A &arc, A* arcp,
    [all...]

Completed in 104 milliseconds