HomeSort by relevance Sort by last modified time
    Searched refs:far_type (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/extensions/far/
farcompilestrings.cc 34 DEFINE_string(far_type, "default",
77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); local
80 far_type, FLAGS_generate_keys, fet, ftt,
farcreate.cc 31 DEFINE_string(far_type, "default",
57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); local
60 FLAGS_file_list_input, far_type, FLAGS_key_prefix,
farscript.cc 31 const FarType &far_type,
43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type,
58 const FarType &far_type,
62 far_type, key_prefix, key_suffix);
  /external/openfst/src/include/fst/extensions/far/
farscript.h 49 const FarType &far_type; member in struct:fst::script::FarCompileStringsArgs
65 const FarType &far_type,
78 far_type(far_type), generate_keys(generate_keys), fet(fet),
89 args->in_fnames, args->out_fname, args->fst_type, args->far_type,
101 const FarType &far_type,
124 const FarType &far_type; member in struct:fst::script::FarCreateArgs
131 const FarType &far_type, const string &key_prefix,
135 far_type(far_type), key_prefix(key_prefix), key_suffix(key_suffix) {
    [all...]
create.h 42 const FarType &far_type,
46 FarWriter<Arc>::Create(out_fname, far_type);
compile-strings.h 144 const FarType &far_type,
211 FarWriter<Arc>::Create(out_fname, far_type);

Completed in 1713 milliseconds