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

  /external/openfst/src/script/
compile.cc 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args);
38 REGISTER_FST_OPERATION(CompileFst, StdArc, FstCompileArgs);
39 REGISTER_FST_OPERATION(CompileFst, LogArc, FstCompileArgs);
40 REGISTER_FST_OPERATION(CompileFst, Log64Arc, FstCompileArgs);
  /external/openfst/src/include/fst/script/
compile.h 31 struct FstCompileArgs {
45 FstCompileArgs(istream &istrm, const string &source, const string &dest,
58 void CompileFst(FstCompileArgs *args) {
fstscript.h 91 REGISTER_FST_OPERATION(CompileFst, Arc, FstCompileArgs);

Completed in 123 milliseconds