Home
last modified time | relevance | path

Searched refs:osymbols (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/lib/
Dsymbol-table-ops.cc124 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()
Dfst.cc172 : 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/
Dfstcompile.cc29 DEFINE_string(osymbols, "", "Output label symbol table");
Dfstdraw.cc26 DEFINE_string(osymbols, "", "Output label symbol table");
Dfstprint.cc27 DEFINE_string(osymbols, "", "Output label symbol table");
Dfstsymbols.cc30 DEFINE_string(osymbols, "", "Output label symbol table");
Dfstrelabel.cc34 DEFINE_string(osymbols, "", "Output label symbol table");
/external/openfst/src/include/fst/
Dfst.h66 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()