Searched refs:PrintFstInfo (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Dinfo.cc26 void PrintFstInfo(const FstClass &f, bool test_properties, function in namespace:fst::script
31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
34 REGISTER_FST_OPERATION(PrintFstInfo, StdArc, InfoArgs);
35 REGISTER_FST_OPERATION(PrintFstInfo, LogArc, InfoArgs);
36 REGISTER_FST_OPERATION(PrintFstInfo, Log64Arc, InfoArgs);
/external/openfst/src/include/fst/script/
H A Dinfo.h31 void PrintFstInfo(InfoArgs *args) { function in namespace:fst::script
35 PrintFstInfo(fstinfo, args->arg6);
41 void PrintFstInfo(const FstClass &f, bool test_properties,
H A Dfstscript.h107 REGISTER_FST_OPERATION(PrintFstInfo, Arc, InfoArgs);
H A Dinfo-impl.h232 void PrintFstInfo(const FstInfo<A> &fstinfo, bool pipe = false) { function in namespace:fst
/external/openfst/src/bin/
H A Dfstinfo.cc55 s::PrintFstInfo(*ifst, FLAGS_test_properties, FLAGS_arc_filter,

Completed in 95 milliseconds