HomeSort by relevance Sort by last modified time
    Searched refs:osymbols (Results 1 - 9 of 9) sorted by null

  /external/openfst/src/lib/
symbol-table-ops.cc 124 SymbolTable *osymbols = SymbolTable::Read(in, filename); local
125 if (osymbols == NULL) {
131 return osymbols;
133 delete osymbols;
  /external/openfst/src/bin/
fstcompile.cc 29 DEFINE_string(osymbols, "", "Output label symbol table");
fstprint.cc 27 DEFINE_string(osymbols, "", "Output label symbol table");
fstdraw.cc 26 DEFINE_string(osymbols, "", "Output label symbol table");
fstrelabel.cc 34 DEFINE_string(osymbols, "", "Output label symbol table");
fstsymbols.cc 30 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/
fst.h 40 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();
replace.h 155 const SymbolTable* osymbols = fst_array_[1]->OutputSymbols(); local
161 if (!CompatSymbols(osymbols, fst_array_[i]->OutputSymbols())) {
  /external/openfst/src/include/fst/
fst.h 60 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 313 milliseconds