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 | 48 const string &fst_type; member 64 const string &fst_type, in FarCompileStringsArgs() 77 in_fnames(in_fnames), out_fname(out_fname), fst_type(fst_type), in FarCompileStringsArgs() 89 args->in_fnames, args->out_fname, args->fst_type, args->far_type, in FarCompileStrings() 100 const string &fst_type,
|
D | compile-strings.h | 143 const string &fst_type, in FarCompileStrings() argument 179 if (fst_type.empty() || (fst_type == "vector")) { in FarCompileStrings() 181 } else if (fst_type == "compact") { in FarCompileStrings() 185 << 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 43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type, in FarCompileStrings()
|
D | farcompilestrings.cc | 42 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");
|