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

/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h89 size_t fst_id = label2id[label]; local
91 const Fst<Arc> *ifst = ifst_array[fst_id].second;
97 fst_start[fst_id] = os;
104 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h87 prefix_id(p), fst_id(f), fst_state(s) {}
90 StateId fst_id; // current fst being walked member in struct:fst::ReplaceFstImpl::StateTuple
243 const Fst<A>* fst = fst_array_[tuple.fst_id];
297 const Fst<A>* fst = fst_array_[tuple.fst_id];
311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
321 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
331 tuple.fst_id, arc.nextstate);
345 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
365 return ((x.prefix_id == y.prefix_id) && (x.fst_id == y.fst_id)
389 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple
404 Push(int fst_id, StateId nextstate) argument
478 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...]

Completed in 98 milliseconds