Home
last modified time | relevance | path

Searched defs:mfst (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
Dfst-class.h287 MutableFst<Arc> *mfst = static_cast<MutableFst<Arc> *>(fst); in GetMutableFst() local
295 MutableFst<Arc> *mfst = MutableFst<Arc>::Read(stream, opts); in Read() local
300 delete mfst; in Read() local
/external/openfst/src/test/
Dfst_test.h287 MutableFst<Arc> *mfst = MutableFst<Arc>::Read(filename); in TestIO() local
292 delete mfst; in TestIO() local
/external/openfst/src/include/fst/
Dlookahead-matcher.h639 static void Relabel(MutableFst<A> *fst, const L &mfst, in Relabel()
671 MutableFst<A> *mfst = 0; in LabelLookAheadRelabeler() local
699 delete mfst; in LabelLookAheadRelabeler() local