HomeSort by relevance Sort by last modified time
    Searched full:arc_type (Results 1 - 17 of 17) sorted by null

  /external/openfst/src/extensions/far/
farscript.cc 29 const string &arc_type,
49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
55 const string &arc_type,
64 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args);
68 const string &arc_type, float delta,
73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval);
78 const string &arc_type,
89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);
93 const string &arc_type,
99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args)
    [all...]
farextract.cc 51 const string &arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
53 s::FarExtract(ifilenames, arc_type, FLAGS_generate_filenames,
farcreate.cc 56 string arc_type = fst::LoadArcTypeFromFst(in_fnames[0]); local
59 s::FarCreate(in_fnames, out_fname, arc_type, FLAGS_generate_keys,
farprintstrings.cc 59 string arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
61 s::FarPrintStrings(ifilenames, arc_type,
farcompilestrings.cc 39 DEFINE_string(arc_type, "standard", "Output arc type");
  /external/openfst/src/include/fst/script/
register.h 56 Reader GetReader(const string &arc_type) const {
57 return this->GetEntry(arc_type).reader;
60 Creator GetCreator(const string &arc_type) const {
61 return this->GetEntry(arc_type).creator;
64 Converter GetConverter(const string &arc_type) const {
65 return this->GetEntry(arc_type).converter;
script-impl.h 126 const string &arc_type,
128 this->SetEntry(make_pair(operation_name, arc_type), op);
132 const string &operation_name, const string &arc_type) {
133 return this->GetEntry(make_pair(operation_name, arc_type));
182 void Apply(const string &op_name, const string &arc_type,
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
190 << "arc type " << arc_type; local
info-impl.h 266 string arc_type = ""; local
268 arc_type = "epsilon ";
270 arc_type = "input-epsilon ";
272 arc_type = "output-epsilon ";
274 string accessible_label = "# of " + arc_type + "accessible states";
277 string coaccessible_label = "# of " + arc_type + "coaccessible states";
280 string connected_label = "# of " + arc_type + "connected states";
283 string numcc_label = "# of " + arc_type + "connected components";
286 string numscc_label = "# of " + arc_type + "strongly conn components";
compile.h 83 const string &fst_type, const string &arc_type,
fst-class.h 346 explicit VectorFstClass(const string &arc_type);
  /external/tcpdump/
print-arcnet.c 76 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
119 u_char arc_type; local
127 arc_type = ap->arc_type;
129 switch (arc_type) {
182 if (!arcnet_encap_print(arc_type, p, length, caplen))
206 u_char arc_type; local
214 arc_type = ap->arc_type;
216 switch (arc_type) {
    [all...]
arcnet.h 45 u_int8_t arc_type; member in struct:arc_header
56 u_int8_t arc_type2; /* same as arc_type */
90 u_int8_t arc_type; member in struct:arc_linux_header
  /external/openfst/src/script/
compile.cc 27 const string &fst_type, const string &arc_type,
35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args);
fst-class.cc 115 const string &arc_type) {
118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type);
121 LOG(ERROR) << "Unknown arc type " << arc_type;
132 VectorFstClass::VectorFstClass(const string &arc_type)
133 : MutableFstClass(GetVFSTRegisterEntry(arc_type).creator()) { }
  /external/openfst/src/include/fst/extensions/far/
farscript.h 99 const string &arc_type,
147 const string &arc_type,
168 const string &arc_type,
186 const string &arc_type,
203 const string &arc_type,
248 const string &arc_type,
  /external/openfst/src/bin/
fstcompile.cc 26 DEFINE_string(arc_type, "standard", "Output arc type");
  /external/openfst/src/include/fst/
fst.h 790 << ", arc_type: " << A::Type()

Completed in 344 milliseconds