Home
last modified time | relevance | path

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

/external/openfst/src/test/
Dfst_test.h278 ExpandedFst<Arc> *efst = ExpandedFst<Arc>::Read(filename); in TestIO() local
279 CHECK(efst); in TestIO()
280 TestBase(*efst); in TestIO()
281 TestExpanded(*efst); in TestIO()
282 delete efst; in TestIO() local
/external/openfst/src/include/fst/
Dexpanded-fst.h177 const ExpandedFst<Arc> *efst = static_cast<const ExpandedFst<Arc> *>(&fst); in CountStates() local
178 return efst->NumStates(); in CountStates()