Searched refs:InfoArgs (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/script/ |
D | info.cc | 29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify); in PrintFstInfo() 31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args); in PrintFstInfo() 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/ |
D | info.h | 28 const string&, bool, bool> InfoArgs; typedef 31 void PrintFstInfo(InfoArgs *args) { in PrintFstInfo()
|
D | fstscript.h | 107 REGISTER_FST_OPERATION(PrintFstInfo, Arc, InfoArgs); in RegisterBatch1()
|