Home
last modified time | relevance | path

Searched refs:isymbols (Results 1 – 10 of 10) 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/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst.h39 const SymbolTable* isymbols; // Pointer to input symbols (if non-zero) member
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {} in source()
486 if (opts.isymbols) { in ReadHeaderAndSymbols()
488 isymbols_ = opts.isymbols->Copy(); in ReadHeaderAndSymbols()
Dreplace.h153 const SymbolTable* isymbols = fst_array_[1]->InputSymbols(); in AddFst() local
156 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) { in AddFst()
/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");
Dfstsymbols.cc29 DEFINE_string(isymbols, "", "Input label symbol table");
Dfstrelabel.cc33 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()