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

/external/openfst/src/include/fst/
H A Dstate-table.h115 // VectorStateTable constructs the FP object. The user can instead
116 // pass in this object; in that case, VectorStateTable takes its
119 class VectorStateTable class in namespace:fst
130 explicit VectorStateTable(FP *fp = 0, size_t table_size = 0) function in class:fst::VectorStateTable
341 // A VectorStateTable over composition tuples. This can be used when
347 VectorStateTable<ComposeStateTuple<typename A::StateId, F>,
354 typedef VectorStateTable<StateTuple,
373 // A VectorStateTable over composition tuples. This can be used when
381 VectorStateTable<ComposeStateTuple<typename A::StateId, F>,
388 typedef VectorStateTable<StateTupl
[all...]

Completed in 41 milliseconds