OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfst
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/script/
fst-class.h
355
VectorFst<Arc> *
vfst
= VectorFst<Arc>::Read(stream, opts);
local
356
if (!
vfst
) {
359
VectorFstClass *retval = new VectorFstClass(*
vfst
);
360
delete
vfst
;
/external/openfst/src/test/
fst_test.h
49
VectorFst<Arc>
vfst
;
local
50
InitFst(&
vfst
, 128);
51
testfst_ = new F(
vfst
);
Completed in 136 milliseconds