Searched refs:FstPrinter (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | print-impl.h | 38 template <class A> class FstPrinter { 45 FstPrinter(const Fst<A> &fst, in FstPrinter() function 144 DISALLOW_COPY_AND_ASSIGN(FstPrinter);
|
D | print.h | 57 fst::FstPrinter<Arc> fstprinter(fst, args->isyms, args->osyms, in PrintFst() 77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 41 template <class A> class FstPrinter { 48 FstPrinter(const Fst<A> &fst, in FstPrinter() function 144 DISALLOW_EVIL_CONSTRUCTORS(FstPrinter); 189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
|
D | grxmlcompile.cpp | 845 fst::FstPrinter<fst::StdArc> printer1( grev_det_fst, in make_openfst_graphs() 916 fst::FstPrinter<fst::StdArc> printer( clg_det_fst, in make_openfst_graphs()
|