Home
last modified time | relevance | path

Searched refs:fst_type (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/script/
Dcompile.h35 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/
Dfarscript.h48 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,
Dcompile-strings.h143 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/
Dcompile.cc27 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/
Dfarscript.cc30 const string &fst_type, in FarCompileStrings() argument
43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type, in FarCompileStrings()
Dfarcompilestrings.cc42 DEFINE_string(fst_type, "vector", "Output FST type");
/external/openfst/src/bin/
Dfstconvert.cc25 DEFINE_string(fst_type, "vector", "Output FST type");
Dfstcompile.cc27 DEFINE_string(fst_type, "vector", "Output FST type");