Searched defs:out_fname (Results 1 - 16 of 16) sorted by relevance

/external/openfst/src/bin/
H A Dfstclosure.cc44 string out_fname = argc > 2 ? argv[2] : ""; local
53 fst->Write(out_fname);
H A Dfstconcat.cc45 string out_fname = argc > 3 ? argv[3] : ""; local
59 fst1->Write(out_fname);
H A Dfstreweight.cc46 string out_fname = argc > 3 ? argv[3] : ""; local
60 fst->Write(out_fname);
H A Dfstshortestdistance.cc51 string out_fname = argc > 2 ? argv[2] : ""; local
90 s::WritePotentials(out_fname, distance);
H A Dfsttopsort.cc42 string out_fname = argc > 2 ? argv[2] : ""; local
50 fst->Write(out_fname);
H A Dfstreplace.cc41 string out_fname = argc % 2 == 0 ? argv[argc - 1] : ""; local
62 ofst.Write(out_fname);
H A Dfstrmepsilon.cc52 string out_fname = argc > 2 ? argv[2] : ""; local
86 ofst->Write(out_fname);
H A Dfstshortestpath.cc52 string out_fname = argc > 2 ? argv[2] : ""; local
89 ofst.Write(out_fname);
H A Dfstsymbols.cc58 string out_fname = argc > 2 ? argv[2] : ""; local
116 fst->Write(out_fname);
/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc72 string out_fname = local
79 s::FarCompileStrings(in_fnames, out_fname, FLAGS_arc_type, FLAGS_fst_type,
H A Dfarcreate.cc53 string out_fname = local
59 s::FarCreate(in_fnames, out_fname, arc_type, FLAGS_generate_keys,
H A Dfarscript.cc28 const string &out_fname,
43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type,
54 const string &out_fname,
61 FarCreateArgs args(in_fnames, out_fname, generate_keys, file_list_input,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
53 FarCreate(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/extensions/pdt/
H A Dpdtreplace.cc47 string out_fname = argc % 2 == 0 ? argv[argc - 1] : ""; local
72 ofst.Write(out_fname);
/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h39 const string &out_fname,
46 FarWriter<Arc>::Create(out_fname, far_type);
38 FarCreate(const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h142 const string &out_fname,
211 FarWriter<Arc>::Create(out_fname, far_type);
141 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dfarscript.h47 const string &out_fname; member in struct:fst::script::FarCompileStringsArgs
63 const string &out_fname,
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,
98 const string &out_fname,
121 const string &out_fname; member in struct:fst::script::FarCreateArgs
129 const vector<string> &in_fnames, const string &out_fname,
133 : in_fnames(in_fnames), out_fname(out_fname),
62 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
128 FarCreateArgs( const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
[all...]

Completed in 101 milliseconds