Searched refs:StateId (Results 101 - 125 of 133) sorted by relevance

123456

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h198 typedef typename A::StateId StateId; typedef in class:fst::RationalFst
201 virtual StateId Start() const { return impl_->Start(); }
202 virtual Weight Final(StateId s) const { return impl_->Final(s); }
203 virtual size_t NumArcs(StateId s) const { return impl_->NumArcs(s); }
204 virtual size_t NumInputEpsilons(StateId s) const {
207 virtual size_t NumOutputEpsilons(StateId s) const {
229 virtual void InitArcIterator(StateId s, ArcIteratorData<A> *data) const {
267 typedef typename A::StateId StateId; typedef in class:fst::ArcIterator
[all...]
H A Dreweight.h61 typename Arc::StateId state = sit.Value();
90 typename Arc::StateId state = fst->Start();
111 typename Arc::StateId state = fst->AddState();
H A Dtest-properties.h76 typedef typename Arc::StateId StateId; typedef
118 StateId nfinal = 0;
122 StateId s = siter.Value();
H A Dinvert.h90 ArcIterator(const InvertFst<A> &fst, typename A::StateId s)
H A Dproject.h108 ArcIterator(const ProjectFst<A> &fst, typename A::StateId s)
/external/openfst/src/include/fst/
H A Dadd-on.h149 typedef typename Arc::StateId StateId; typedef in class:fst::AddOnImpl
186 StateId Start() const { return fst_.Start(); }
187 Weight Final(StateId s) const { return fst_.Final(s); }
188 size_t NumArcs(StateId s) const { return fst_.NumArcs(s); }
190 size_t NumInputEpsilons(StateId s) const {
194 size_t NumOutputEpsilons(StateId s) const {
262 void InitArcIterator(StateId s, ArcIteratorData<Arc> *data) const {
H A Ddifference.h69 typedef typename A::StateId StateId; typedef in class:fst::DifferenceFst
135 typedef typename A::StateId StateId; typedef in class:fst::ArcIterator
137 ArcIterator(const DifferenceFst<A> &fst, StateId s)
H A Dmap.h58 typedef typename B::StateId StateId; typedef in class:fst::MapFst
98 ArcIterator(const ArcMapFst<A, B, C> &fst, typename A::StateId s)
H A Dtest-properties.h80 typedef typename Arc::StateId StateId; typedef
122 StateId nfinal = 0;
126 StateId s = siter.Value();
H A Dreplace-util.h59 typedef typename Arc::StateId StateId; typedef in class:fst::ReplaceUtil
137 StateId nstates; // # of states
138 StateId nfinal; // # of final states
285 StateId s = siter.Value();
406 vector<StateId> order;
434 for (StateId i = 0; i < pfst.NumStates(); ++i) {
458 StateId s = toporder[o];
H A Dlookahead-filter.h207 typedef typename Arc::StateId StateId; typedef in class:fst::LookAheadComposeFilter
244 void SetState(StateId s1, StateId s2, const FilterState &f) {
341 typedef typename Arc::StateId StateId; typedef in class:fst::PushWeightsComposeFilter
360 void SetState(StateId s1, StateId s2, const FilterState &f) {
429 typedef typename Arc::StateId StateId; typedef in class:fst::PushLabelsComposeFilter
[all...]
H A Dstring.h163 typedef typename A::StateId StateId; typedef in class:fst::StringPrinter
210 StateId s = fst.Start();
H A Dinvert.h115 ArcIterator(const InvertFst<A> &fst, typename A::StateId s)
H A Dpush.h53 for (typename Arc::StateId s = 0; s < distance.size(); ++s)
75 typename Arc::StateId start = fst->Start();
H A Dproject.h138 ArcIterator(const ProjectFst<A> &fst, typename A::StateId s)
/external/openfst/src/test/
H A Dfst_test.h44 typedef typename Arc::StateId StateId; typedef in class:fst::FstTester
66 StateId ns = 0;
72 StateId s = siter.Value();
112 StateId ns = 0;
130 StateId s = siter.Value();
158 StateId s = siter.Value();
315 for (StateId s = 0; s < nstates; ++s) {
H A Dalgo_test.h66 typedef typename Arc::StateId StateId; typedef in class:fst::WeightedTester
795 StateId pstart = paths.Start();
799 StateId s = piter.Value().nextstate;
898 typedef Arc::StateId StateId;
1156 typedef typename Arc::StateId StateId;
1215 StateId ns = rand() % kNumRandomStates;
1219 for (StateId
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h70 typedef typename Arc::StateId StateId; typedef in class:fst::PdtShortestPathData
77 SearchState(StateId s, StateId t) : state(s), start(t) {}
85 StateId state; // PDT state
86 StateId start; // PDT paren 'source' state
96 ParenSpec(Label id, StateId s, StateId d)
100 StateId src_start; // sub-graph 'start' state for paren source.
101 StateId dest_star
382 typedef typename Arc::StateId StateId; typedef in class:fst::PdtShortestPath
[all...]
H A Dinfo.h42 typedef typename A::StateId StateId; typedef in class:fst::PdtInfo
91 unordered_set<StateId> open_paren_state_set;
92 unordered_set<StateId> close_paren_state_set;
104 StateId s = siter.Value();
H A Dpdt.h155 typedef S StateId; typedef in struct:fst::PdtStateTuple
158 StateId state_id;
164 PdtStateTuple(StateId fs, StackId ss)
200 typedef S StateId; typedef in class:fst::PdtStateTable
H A Dcompose.h46 typedef typename Arc::StateId StateId; typedef in class:fst::ParenMatcher
82 void SetState(StateId s) {
282 typedef typename Arc::StateId StateId; typedef in class:fst::ParenFilter
288 typedef StateId StackId;
332 void SetState(StateId s1, StateId s2, const FilterState &f) {
H A Dpdtscript.h204 typedef typename Arc::StateId StateId; typedef
223 typedef FifoQueue<StateId> Queue;
230 typedef LifoQueue<StateId> Queue;
237 typedef StateOrderQueue<StateId> Queue;
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h39 typedef typename A::StateId StateId; typedef in class:fst::FstDrawer
69 StateId start = fst_.Start();
101 StateId s = siter.Value();
148 void PrintStateId(StateId s) const {
165 void DrawState(StateId s) const {
H A Dinfo-impl.h47 typedef typename A::StateId StateId; typedef in class:fst::FstInfo
94 StateId s = siter.Value();
112 vector<StateId> cc;
114 FifoQueue<StateId> fifo_queue;
128 for (StateId s = 0; s < cc.size(); ++s) {
135 vector<StateId> scc;
152 for (StateId s = 0; s < scc.size(); ++s) {
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h901 class StateId {
903 static StateId FromInt(int id) { return StateId(id); }
907 explicit StateId(int id) : id_(id) {}
911 StateId AddFrameStateDescriptor(FrameStateDescriptor* descriptor);
912 FrameStateDescriptor* GetFrameStateDescriptor(StateId deoptimization_id);

Completed in 191 milliseconds

123456