Searched defs:IntervalReachVisitor (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dstate-reachable.h45 class IntervalReachVisitor { class in namespace:fst
52 IntervalReachVisitor(const Fst<A> &fst, function in class:fst::IntervalReachVisitor
76 FSTERROR() << "IntervalReachVisitor: state2index map must be empty "
83 FSTERROR() << "IntervalReachVisitor: state2index map incomplete";
101 FSTERROR() << "IntervalReachVisitor: cyclic input";
150 IntervalReachVisitor<Arc> reach_visitor(fst, &isets_, &state2index_);

Completed in 145 milliseconds