Home
last modified time | relevance | path

Searched refs:HashStateTable (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dstate-table.h70 class HashStateTable : public HashBiTable<typename T::StateId, T, H> {
78 HashStateTable() : HashBiTable<StateId, T, H>() {} in HashStateTable() function