HomeSort by relevance Sort by last modified time
    Searched defs:PrintFst (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/script/
print.cc 26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
36 REGISTER_FST_OPERATION(PrintFst, StdArc, FstPrinterArgs);
37 REGISTER_FST_OPERATION(PrintFst, LogArc, FstPrinterArgs);
38 REGISTER_FST_OPERATION(PrintFst, Log64Arc, FstPrinterArgs);
  /external/openfst/src/include/fst/script/
print.h 54 void PrintFst(FstPrinterArgs *args) {
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
73 void PrintFst(const Fst<Arc> &fst, ostream &os, const string dest = "",

Completed in 22 milliseconds