Searched refs:osymbols (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/lib/ |
D | symbol-table-ops.cc | 124 SymbolTable *osymbols = SymbolTable::Read(in, filename); in FstReadSymbols() local 125 if (osymbols == NULL) { in FstReadSymbols() 131 return osymbols; in FstReadSymbols() 133 delete osymbols; in FstReadSymbols()
|
D | fst.cc | 172 : source(src), header(hdr), isymbols(isym), osymbols(osym) { in FstReadOptions() 178 : source(src), header(0), isymbols(isym), osymbols(osym) { in FstReadOptions()
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 29 DEFINE_string(osymbols, "", "Output label symbol table");
|
D | fstdraw.cc | 26 DEFINE_string(osymbols, "", "Output label symbol table");
|
D | fstprint.cc | 27 DEFINE_string(osymbols, "", "Output label symbol table");
|
D | fstsymbols.cc | 30 DEFINE_string(osymbols, "", "Output label symbol table");
|
D | fstrelabel.cc | 34 DEFINE_string(osymbols, "", "Output label symbol table");
|
/external/openfst/src/include/fst/ |
D | fst.h | 66 const SymbolTable* osymbols; // Pointer to output symbols. If non-zero, use member 820 if (opts.osymbols) { in ReadHeader() 822 osymbols_ = opts.osymbols->Copy(); in ReadHeader()
|