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

  /external/openfst/src/extensions/far/
farscript.cc 92 void FarInfo(const vector<string> &filenames,
99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args);
  /external/openfst/src/include/fst/extensions/far/
info.h 52 void FarInfo(const vector<string> &filenames, const string &begin_key,
farscript.h 198 void FarInfo(FarInfoArgs *args) {
199 fst::FarInfo<Arc>(args->arg1, args->arg2, args->arg3, args->arg4);
202 void FarInfo(const vector<string> &filenames,
270 REGISTER_FST_OPERATION(FarInfo, ArcType, FarInfoArgs); \

Completed in 35 milliseconds