HomeSort by relevance Sort by last modified time
    Searched refs:efst (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/test/
fst_test.h 278 ExpandedFst<Arc> *efst = ExpandedFst<Arc>::Read(filename); local
279 CHECK(efst);
280 TestBase(*efst);
281 TestExpanded(*efst);
282 delete efst;
  /external/openfst/src/include/fst/
expanded-fst.h 177 const ExpandedFst<Arc> *efst = static_cast<const ExpandedFst<Arc> *>(&fst); local
178 return efst->NumStates();

Completed in 241 milliseconds