Searched refs:efst (Results 1 – 2 of 2) sorted by relevance
278 ExpandedFst<Arc> *efst = ExpandedFst<Arc>::Read(filename); in TestIO() local279 CHECK(efst); in TestIO()280 TestBase(*efst); in TestIO()281 TestExpanded(*efst); in TestIO()282 delete efst; in TestIO() local
177 const ExpandedFst<Arc> *efst = static_cast<const ExpandedFst<Arc> *>(&fst); in CountStates() local178 return efst->NumStates(); in CountStates()