OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadFst
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/script/
fst-class.cc
44
FstT *
ReadFst
(istream &in, const string &fname) {
46
LOG(ERROR) << "
ReadFst
: Can't open file: " << fname;
64
LOG(ERROR) << "
ReadFst
: unknown arc type \""
75
return
ReadFst
<FstClass>(in, fname);
77
return
ReadFst
<FstClass>(cin, "standard input");
82
return
ReadFst
<FstClass>(istr, source);
93
return
ReadFst
<MutableFstClass>(in, fname);
95
return
ReadFst
<MutableFstClass>(cin, "standard input");
138
return
ReadFst
<VectorFstClass>(in, fname);
140
return
ReadFst
<VectorFstClass>(cin, "standard input")
[
all
...]
/external/openfst/src/include/fst/extensions/far/
far.h
428
ReadFst
();
438
ReadFst
();
448
ReadFst
();
456
ReadFst
();
478
void
ReadFst
() {
Completed in 4903 milliseconds