Searched refs:fst_type (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | compile.h | 35 const string &fst_type; member 46 const string &fst_type, const fst::SymbolTable *isyms, 51 istrm(istrm), source(source), dest(dest), fst_type(fst_type), in istrm() 70 if (args->fst_type != "vector") { in CompileFst() 71 fst = Convert<Arc>(*fst, args->fst_type); in CompileFst() 74 << args->fst_type; in CompileFst() 83 const string &fst_type, const string &arc_type,
|
/external/openfst/src/include/fst/extensions/far/ |
D | farscript.h | 47 const string &fst_type; member 61 const string &fst_type, in FarCompileStringsArgs() 72 in_fnames(in_fnames), out_fname(out_fname), fst_type(fst_type), in FarCompileStringsArgs() 83 args->in_fnames, args->out_fname, args->fst_type, args->far_type, in FarCompileStrings() 93 const string &fst_type,
|
D | compile-strings.h | 131 const string &fst_type, in FarCompileStrings() argument 165 if (fst_type.empty() || (fst_type == "vector")) { in FarCompileStrings() 167 } else if (fst_type == "compact") { in FarCompileStrings() 171 << fst_type; in FarCompileStrings()
|
/external/openfst/src/script/ |
D | compile.cc | 27 const string &fst_type, const string &arc_type, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|
/external/openfst/src/extensions/far/ |
D | farscript.cc | 30 const string &fst_type, in FarCompileStrings() argument 41 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type, in FarCompileStrings()
|
D | farcompilestrings.cc | 39 DEFINE_string(fst_type, "vector", "Output FST type");
|
/external/openfst/src/bin/ |
D | fstconvert.cc | 25 DEFINE_string(fst_type, "vector", "Output FST type");
|
D | fstcompile.cc | 27 DEFINE_string(fst_type, "vector", "Output FST type");
|