Searched refs:isymbols (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/lib/
H A Dsymbol-table-ops.cc112 SymbolTable *isymbols = SymbolTable::Read(in, filename); local
113 if (isymbols == NULL) {
119 return isymbols;
121 delete isymbols;
H A Dfst.cc172 : source(src), header(hdr), isymbols(isym), osymbols(osym) {
178 : source(src), header(0), isymbols(isym), osymbols(osym) {
/external/openfst/src/bin/
H A Dfstcompile.cc28 DEFINE_string(isymbols, "", "Input label symbol table");
H A Dfstdraw.cc25 DEFINE_string(isymbols, "", "Input label symbol table");
H A Dfstprint.cc26 DEFINE_string(isymbols, "", "Input label symbol table");
H A Dfstrelabel.cc33 DEFINE_string(isymbols, "", "Input label symbol table");
H A Dfstsymbols.cc29 DEFINE_string(isymbols, "", "Input label symbol table");
68 LOG(ERROR) << "save isymbols requested but there are no input symbols.";
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h39 const SymbolTable* isymbols; // Pointer to input symbols (if non-zero) member in struct:fst::FstReadOptions
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {}
486 if (opts.isymbols) {
488 isymbols_ = opts.isymbols->Copy();
H A Dreplace.h153 const SymbolTable* isymbols = fst_array_[1]->InputSymbols(); local
156 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
/external/openfst/src/include/fst/
H A Dfst.h64 const SymbolTable* isymbols; // Pointer to input symbols. If non-zero, use member in struct:fst::FstReadOptions
65 // this info (read and skip stream isymbols)
816 if (opts.isymbols) {
818 isymbols_ = opts.isymbols->Copy();

Completed in 157 milliseconds