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

/external/openfst/src/include/fst/
H A Dstate-table.h43 // typedef typename T StateTuple;
49 // StateId FindState(const StateTuple &);
51 // const StateTuple<StateId> &Tuple(StateId) const;
59 // struct StateTuple {
63 // StateTuple();
64 // StateTuple(const StateTuple &);
73 typedef T StateTuple; typedef in class:fst::HashStateTable
74 typedef typename StateTuple::StateId StateId;
85 StateId FindState(const StateTuple
96 typedef T StateTuple; typedef in class:fst::CompactHashStateTable
122 typedef T StateTuple; typedef in class:fst::VectorStateTable
148 typedef T StateTuple; typedef in class:fst::VectorHashStateTable
175 typedef T StateTuple; typedef in class:fst::ErasableStateTable
274 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::GenericComposeStateTable
295 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeFingerprint
323 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeState1Fingerprint
335 typedef ComposeStateTuple<S, F> StateTuple; typedef in class:fst::ComposeState2Fingerprint
353 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::ProductComposeStateTable
387 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::StringDetComposeStateTable
429 typedef ComposeStateTuple<StateId, F> StateTuple; typedef in class:fst::DetStringComposeStateTable
469 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);
333 StateTuple tuple(arc1.nextstate, arc2.nextstate, f);
349 StateTuple tuple(s1, s2, f);
354 const StateTuple &tuple = state_table_->Tuple(s);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h80 // \struct StateTuple
82 struct StateTuple { struct in class:fst::ReplaceFstImpl
85 StateTuple() {} function in struct:fst::ReplaceFstImpl::StateTuple
86 StateTuple(PrefixId p, StateId f, StateId s) : function in struct:fst::ReplaceFstImpl::StateTuple
229 StateId start = FindState(StateTuple(prefix, root_, fst_start));
241 const StateTuple& tuple = state_tuples_[s];
280 // Find/create an Fst state given a StateTuple. Only create a new
281 // state if StateTuple is not found in the state hash.
282 StateId FindState(const StateTuple& tuple) {
296 StateTuple tupl
[all...]
H A Dcompose.h208 struct StateTuple { struct in class:fst::ComposeStateTable
209 StateTuple() {} function in struct:fst::ComposeStateTable::StateTuple
210 StateTuple(StateId s1, StateId s2, int f) function in struct:fst::ComposeStateTable::StateTuple
218 StateTuple empty_tuple(kNoStateId, kNoStateId, 0);
225 StateId &operator[](const StateTuple &tuple) {
230 // Comparison object for hashing StateTuple(s).
233 bool operator()(const StateTuple& x, const StateTuple& y) const {
243 // Hash function for StateTuple to Fst states.
246 size_t operator()(const StateTuple
277 struct StateTuple { struct in class:fst::StringDetComposeStateTable
279 StateTuple() {} function in struct:fst::StringDetComposeStateTable::StateTuple
280 StateTuple(StateId s1, StateId s2, int /* f */) function in struct:fst::StringDetComposeStateTable::StateTuple
338 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 221 milliseconds