HomeSort by relevance Sort by last modified time
    Searched refs:fst_type (Results 1 - 8 of 8) 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/script/
compile.cc 27 const string &fst_type, const string &arc_type,
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
  /external/openfst/src/bin/
fstconvert.cc 25 DEFINE_string(fst_type, "vector", "Output FST type");
fstcompile.cc 27 DEFINE_string(fst_type, "vector", "Output FST type");
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 143 const string &fst_type,
179 if (fst_type.empty() || (fst_type == "vector")) {
181 } else if (fst_type == "compact") {
185 << fst_type;
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,
  /external/openfst/src/extensions/far/
farcompilestrings.cc 42 DEFINE_string(fst_type, "vector", "Output FST type");
farscript.cc 30 const string &fst_type,
43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type,

Completed in 2202 milliseconds