Searched refs:isymbols (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/lib/ |
D | symbol-table-ops.cc | 112 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()
|
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 | 28 DEFINE_string(isymbols, "", "Input label symbol table");
|
D | fstdraw.cc | 25 DEFINE_string(isymbols, "", "Input label symbol table");
|
D | fstprint.cc | 26 DEFINE_string(isymbols, "", "Input label symbol table");
|
D | fstrelabel.cc | 33 DEFINE_string(isymbols, "", "Input label symbol table");
|
D | fstsymbols.cc | 29 DEFINE_string(isymbols, "", "Input label symbol table");
|
/external/openfst/src/include/fst/ |
D | fst.h | 64 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()
|