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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 84 const ExpandedFst<Arc> *efst = down_cast<const ExpandedFst<Arc> *>(&fst); local
85 return efst->NumStates();
  /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 64 milliseconds