Home
last modified time | relevance | path

Searched refs:FstPrinter (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
Dprint-impl.h38 template <class A> class FstPrinter {
45 FstPrinter(const Fst<A> &fst, in FstPrinter() function
144 DISALLOW_COPY_AND_ASSIGN(FstPrinter);
Dprint.h57 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/
Dfst-io.h41 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);
Dgrxmlcompile.cpp845 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()