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

  /external/openfst/src/include/fst/script/
compile.h 35 const string &fst_type; member in struct:fst::script::FstCompileArgs
46 const string &fst_type, const fst::SymbolTable *isyms,
51 istrm(istrm), source(source), dest(dest), fst_type(fst_type),
70 if (args->fst_type != "vector") {
71 fst = Convert<Arc>(*fst, args->fst_type);
74 << args->fst_type;
83 const string &fst_type, const string &arc_type,
  /external/openfst/src/include/fst/extensions/far/
farscript.h 48 const string &fst_type; member in struct:fst::script::FarCompileStringsArgs
64 const string &fst_type,
77 in_fnames(in_fnames), out_fname(out_fname), fst_type(fst_type),
89 args->in_fnames, args->out_fname, args->fst_type, args->far_type,
100 const string &fst_type,

Completed in 165 milliseconds