Searched refs:StateTuple (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
H A Dstate-table.h42 // typedef typename T StateTuple;
48 // StateId FindState(const StateTuple &);
50 // const StateTuple<StateId> &Tuple(StateId) const;
58 // struct StateTuple {
62 // StateTuple();
72 typedef T StateTuple; typedef in class:fst::HashStateTable
73 typedef typename StateTuple::StateId StateId;
79 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
80 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
92 typedef T StateTuple; typedef in class:fst::CompactHashStateTable
118 typedef T StateTuple; typedef in class:fst::VectorStateTable
141 typedef T StateTuple; typedef in class:fst::VectorHashStateTable
168 typedef T StateTuple; typedef in class:fst::ErasableStateTable
267 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::GenericComposeStateTable
286 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeFingerprint
314 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeState1Fingerprint
326 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeState2Fingerprint
344 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::ProductComposeStateTable
377 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::StringDetComposeStateTable
417 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::DetStringComposeStateTable
455 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::ErasableComposeStateTable
[all...]
H A Dreplace.h56 // typedef ReplaceStateTuple<StateId, PrefixId> StateTuple;
67 // StateId FindState(const StateTuple &tuple);
70 // const StateTuple &Tuple(StateId id) const;
178 typedef ReplaceStateTuple<StateId, P> StateTuple; typedef in class:fst::VectorHashReplaceStateTable
220 StateId FindState(const StateTuple &tuple) {
224 const StateTuple &Tuple(StateId id) const {
246 typedef ReplaceStateTuple<StateId, P> StateTuple; typedef in class:fst::DefaultReplaceStateTable
247 typedef CompactHashStateTable<StateTuple,
337 typedef ReplaceStateTuple<StateId, PrefixId> StateTuple; typedef in class:fst::ReplaceFstImpl
487 StateTuple(prefi
[all...]
H A Daccumulator.h603 typedef typename T::StateTuple StateTuple; typedef in class:fst::ReplaceAccumulatorData
629 const StateTuple &GetTuple(StateId s) const {
663 typedef typename T::StateTuple StateTuple; typedef in class:fst::ReplaceAccumulator
700 StateTuple tuple = data_->GetTuple(s);
H A Dcompose.h219 typedef ComposeStateTuple<StateId, FilterState> StateTuple; typedef in class:fst::ComposeFstImpl
266 const StateTuple &tuple = state_table_->Tuple(s);
326 StateTuple tuple(arc1.nextstate, arc2.nextstate, f);
342 StateTuple tuple(s1, s2, f);
347 const StateTuple &tuple = state_table_->Tuple(s);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h81 // \struct StateTuple
83 struct StateTuple { struct in class:fst::ReplaceFstImpl
86 StateTuple() {} function in struct:fst::ReplaceFstImpl::StateTuple
87 StateTuple(PrefixId p, StateId f, StateId s) : function in struct:fst::ReplaceFstImpl::StateTuple
230 StateId start = FindState(StateTuple(prefix, root_, fst_start));
242 const StateTuple& tuple = state_tuples_[s];
281 // Find/create an Fst state given a StateTuple. Only create a new
282 // state if StateTuple is not found in the state hash.
283 StateId FindState(const StateTuple& tuple) {
297 StateTuple tupl
[all...]
H A Dcompose.h209 struct StateTuple { struct in class:fst::ComposeStateTable
210 StateTuple() {} function in struct:fst::ComposeStateTable::StateTuple
211 StateTuple(StateId s1, StateId s2, int f) function in struct:fst::ComposeStateTable::StateTuple
219 StateTuple empty_tuple(kNoStateId, kNoStateId, 0);
226 StateId &operator[](const StateTuple &tuple) {
231 // Comparison object for hashing StateTuple(s).
234 bool operator()(const StateTuple& x, const StateTuple& y) const {
244 // Hash function for StateTuple to Fst states.
247 size_t operator()(const StateTuple
280 struct StateTuple { struct in class:fst::StringDetComposeStateTable
282 StateTuple() {} function in struct:fst::StringDetComposeStateTable::StateTuple
283 StateTuple(StateId s1, StateId s2, int /* f */) function in struct:fst::StringDetComposeStateTable::StateTuple
341 typedef typename StateTupleTable::StateTuple StateTuple; typedef in class:fst::ComposeFstImpl
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h83 typedef PdtStateTuple<StateId, StackId> StateTuple; typedef in class:fst::ExpandFstImpl
130 StateTuple tuple(s, 0);
139 const StateTuple &tuple = state_table_->Tuple(s);
177 StateTuple tuple = state_table_->Tuple(s);
190 StateTuple ntuple(arc.nextstate, stack_id);

Completed in 113 milliseconds