Searched refs:fst_id (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h88 prefix_id(p), fst_id(f), fst_state(s) {}
91 StateId fst_id; // current fst being walked member in struct:fst::ReplaceFstImpl::StateTuple
244 const Fst<A>* fst = fst_array_[tuple.fst_id];
298 const Fst<A>* fst = fst_array_[tuple.fst_id];
312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
322 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
332 tuple.fst_id, arc.nextstate);
346 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
366 return ((x.prefix_id == y.prefix_id) && (x.fst_id == y.fst_id)
390 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple
405 Push(int fst_id, StateId nextstate) argument
479 PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) argument
[all...]
/external/openfst/src/include/fst/
H A Dreplace.h82 : prefix_id(-1), fst_id(kNoStateId), fst_state(kNoStateId) {}
85 : prefix_id(p), fst_id(f), fst_state(s) {}
88 StateId fst_id; // current fst being walked member in struct:fst::ReplaceStateTuple
99 x.fst_id == y.fst_id &&
125 cumulative_size_array_->at(tuple.fst_id - 1) +
151 return t.prefix_id + t.fst_id * kPrime0 + t.fst_state * kPrime1;
501 const Fst<A>* fst = fst_array_[tuple.fst_id];
523 const Fst<A>* fst = fst_array_[tuple.fst_id];
560 const Fst<A>* fst = fst_array_[tuple.fst_id];
795 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple
810 Push(StateId fst_id, StateId nextstate) argument
884 PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) argument
[all...]
H A Daccumulator.h701 fst_id_ = tuple.fst_id - 1; // Replace FST ID is 1-based
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h82 size_t fst_id = label2id[label]; local
84 const Fst<Arc> *ifst = ifst_array[fst_id].second;
90 fst_start[fst_id] = os;
97 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));

Completed in 71 milliseconds