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

  /external/openfst/src/include/fst/
randequivalent.h 81 VectorFst<Arc> cfst1, pfst1; local
82 Compose(ipath, sfst1, &cfst1);
83 ArcSort(&cfst1, ocomp);
84 Compose(cfst1, opath, &pfst1);
  /external/openfst/src/test/
fst_test.h 147 G *cfst1 = fst->Copy(); local
148 cfst1->DeleteStates();
149 CHECK_EQ(cfst1->NumStates(), 0);
150 delete cfst1;

Completed in 66 milliseconds