/external/openfst/src/include/fst/script/ |
D | print.h | 34 const SymbolTable *osyms; member 43 const SymbolTable *osyms, in FstPrinterArgs() 49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), in FstPrinterArgs() 57 fst::FstPrinter<Arc> fstprinter(fst, args->isyms, args->osyms, in PrintFst() 65 const SymbolTable *osyms, 75 const SymbolTable *osyms = NULL, 77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
|
D | compile.h | 37 const fst::SymbolTable *osyms; member 47 const fst::SymbolTable *osyms, 52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm() 64 args->osyms, args->ssyms, in CompileFst() 85 const SymbolTable *osyms, const SymbolTable *ssyms,
|
D | draw.h | 36 const SymbolTable *osyms; member 54 const SymbolTable *osyms, in FstDrawerArgs() 69 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs() 81 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, in DrawFst() 92 const SymbolTable *osyms,
|
D | compile-impl.h | 55 const SymbolTable *isyms, const SymbolTable *osyms, 59 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 126 fst_.SetOutputSymbols(osyms);
|
D | print-impl.h | 47 const SymbolTable *osyms, in FstPrinter() argument 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
|
D | draw-impl.h | 45 const SymbolTable *osyms, in FstDrawer() argument 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer()
|
/external/openfst/src/bin/ |
D | fstprint.cc | 71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 79 osyms = SymbolTable::ReadText(FLAGS_osymbols, FLAGS_allow_negative_labels); in main() 80 if (!osyms) exit(1); in main() 90 if (!osyms && !FLAGS_numeric) in main() 91 osyms = fst->OutputSymbols(); in main() 93 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms, in main() 99 if (osyms && !FLAGS_save_osymbols.empty()) in main() 100 osyms->WriteText(FLAGS_save_osymbols); in main()
|
D | fstdraw.cc | 80 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 88 osyms = SymbolTable::ReadText(FLAGS_osymbols, FLAGS_allow_negative_labels); in main() 89 if (!osyms) exit(1); in main() 99 if (!osyms && !FLAGS_numeric) in main() 100 osyms = fst->OutputSymbols(); in main() 102 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor, in main() 112 if (osyms && !FLAGS_save_osymbols.empty()) in main() 113 osyms->WriteText(FLAGS_save_osymbols); in main()
|
D | fstsymbols.cc | 73 const SymbolTable *osyms = fst->OutputSymbols(); in main() local 74 if (osyms) { in main() 75 osyms->WriteText(FLAGS_save_osymbols); in main() 108 SymbolTable *osyms = RelabelSymbolTable(fst->OutputSymbols(), opairs); in main() local 109 fst->SetOutputSymbols(osyms); in main() 110 delete osyms; in main()
|
D | fstcompile.cc | 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 72 osyms = SymbolTable::ReadText(FLAGS_osymbols, FLAGS_allow_negative_labels); in main() 73 if (!osyms) exit(1); in main() 84 isyms, osyms, ssyms, in main()
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 50 const SymbolTable *osyms, in FstPrinter() argument 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 175 osyms = SymbolTable::ReadText(FLAGS_osymbols); 176 if (!osyms) exit(1); 186 if (!osyms && !FLAGS_numeric) 187 osyms = fst->OutputSymbols(); 189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor); 195 if (osyms && !FLAGS_save_osymbols.empty()) 196 osyms->WriteText(FLAGS_save_osymbols); [all …]
|
/external/openfst/src/include/fst/ |
D | verify.h | 39 const SymbolTable *osyms = fst.OutputSymbols(); 79 } else if (osyms && osyms->Find(arc.olabel) == "") { 83 << osyms->Name() << "\"";
|
D | mutable-fst.h | 82 virtual void SetOutputSymbols(const SymbolTable* osyms) = 0; 341 virtual void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 343 GetImpl()->SetOutputSymbols(osyms); in SetOutputSymbols()
|
D | minimize.h | 559 SymbolTable *osyms = fst->OutputSymbols() ? variable 562 fst->SetOutputSymbols(osyms); 563 delete osyms; variable
|
D | fst.h | 653 void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 655 osymbols_ = osyms ? osyms->Copy() : 0; in SetOutputSymbols()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | verify.h | 36 const SymbolTable *osyms = fst.OutputSymbols(); in Verify() local 76 } else if (osyms && osyms->Find(arc.olabel) == "") { in Verify() 80 << osyms->Name() << "\""; in Verify()
|
D | fst.h | 444 void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 446 osymbols_ = osyms ? osyms->Copy() : 0; in SetOutputSymbols()
|
D | mutable-fst.h | 66 virtual void SetOutputSymbols(const SymbolTable* osyms) = 0;
|
D | vector-fst.h | 623 virtual void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 625 impl_->SetOutputSymbols(osyms); in SetOutputSymbols()
|
/external/openfst/src/script/ |
D | print.cc | 28 const SymbolTable *osyms, in PrintFst() argument 31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
|
D | compile.cc | 29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|
D | draw.cc | 28 const SymbolTable *osyms, in DrawFst() argument 43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
|