Home
last modified time | relevance | path

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

/external/openfst/src/lib/
Dsymbol-table-ops.cc112 SymbolTable *isymbols = SymbolTable::Read(in, filename); in FstReadSymbols() local
113 if (isymbols == NULL) { in FstReadSymbols()
119 return isymbols; in FstReadSymbols()
121 delete isymbols; 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.cc28 DEFINE_string(isymbols, "", "Input label symbol table");
Dfstdraw.cc25 DEFINE_string(isymbols, "", "Input label symbol table");
Dfstprint.cc26 DEFINE_string(isymbols, "", "Input label symbol table");
Dfstrelabel.cc33 DEFINE_string(isymbols, "", "Input label symbol table");
Dfstsymbols.cc29 DEFINE_string(isymbols, "", "Input label symbol table");
/external/openfst/src/include/fst/
Dfst.h64 const SymbolTable* isymbols; // Pointer to input symbols. If non-zero, use member
816 if (opts.isymbols) { in ReadHeader()
818 isymbols_ = opts.isymbols->Copy(); in ReadHeader()