OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfst2
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
randequivalent.h
91
VectorFst<Arc>
cfst2
, pfst2;
local
92
Compose(ipath, sfst2, &
cfst2
);
93
ArcSort(&
cfst2
, ocomp);
94
Compose(
cfst2
, opath, &pfst2);
/external/openfst/src/test/
fst_test.h
154
G *
cfst2
= fst->Copy();
local
155
for (StateIterator<G> siter(*
cfst2
);
159
cfst2
->DeleteArcs(s);
160
CHECK_EQ(
cfst2
->NumArcs(s), 0);
161
CHECK_EQ(
cfst2
->NumInputEpsilons(s), 0);
162
CHECK_EQ(
cfst2
->NumOutputEpsilons(s), 0);
164
delete
cfst2
;
Completed in 136 milliseconds