Searched refs:state2index (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dstate-reachable.h37 // from a state s iff (*isets)[s].Member(state2index[f]) is true, where
39 // and state2index[f] maps from a final state to its index.
41 // If state2index is empty, it is filled-in with suitable indices.
54 vector<I> *state2index)
57 state2index_(state2index),
58 index_(state2index->empty() ? 1 : -1),
76 FSTERROR() << "IntervalReachVisitor: state2index map must be empty "
83 FSTERROR() << "IntervalReachVisitor: state2index map incomplete";
52 IntervalReachVisitor(const Fst<A> &fst, vector< IntervalSet<I> > *isets, vector<I> *state2index) argument
H A Dlabel-reachable.h474 vector<Label> &state2index = state_reachable.State2Index(); local
486 Label i = state2index[s];

Completed in 1773 milliseconds