Searched refs:osymbols (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/lib/
H A Dsymbol-table-ops.cc124 SymbolTable *osymbols = SymbolTable::Read(in, filename); local
125 if (osymbols == NULL) {
131 return osymbols;
133 delete osymbols;
/external/openfst/src/bin/
H A Dfstcompile.cc29 DEFINE_string(osymbols, "", "Output label symbol table");
H A Dfstprint.cc27 DEFINE_string(osymbols, "", "Output label symbol table");
H A Dfstdraw.cc26 DEFINE_string(osymbols, "", "Output label symbol table");
H A Dfstrelabel.cc34 DEFINE_string(osymbols, "", "Output label symbol table");
H A Dfstsymbols.cc30 DEFINE_string(osymbols, "", "Output label symbol table");
77 LOG(ERROR) << "save osymbols requested but there are no output symbols.";
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h40 const SymbolTable* osymbols; // Pointer to output symbols (if non-zero) member in struct:fst::FstReadOptions
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {}
490 if (opts.osymbols) {
492 osymbols_ = opts.osymbols->Copy();
H A Dreplace.h155 const SymbolTable* osymbols = fst_array_[1]->OutputSymbols(); local
161 if (!CompatSymbols(osymbols, fst_array_[i]->OutputSymbols())) {
/external/openfst/src/include/fst/
H A Dfst.h60 const SymbolTable* osymbols; // Pointer to output symbols. If non-zero, use member in struct:fst::FstReadOptions
61 // this info (read and skip stream osymbols)
67 : source(src), header(hdr), isymbols(isym), osymbols(osym) {}
72 : source(src), header(0), isymbols(isym), osymbols(osym) {}
813 if (opts.osymbols) {
815 osymbols_ = opts.osymbols->Copy();

Completed in 721 milliseconds