OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FarCreate
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/extensions/far/
farscript.cc
50
void
FarCreate
(const vector<string> &in_fnames,
61
Apply<Operation<FarCreateArgs> >("
FarCreate
", arc_type, &args);
/external/openfst/src/include/fst/extensions/far/
create.h
21
// helper function for
farcreate
.cc that templates the main on the arc
38
void
FarCreate
(const vector<string> &in_fnames,
farscript.h
130
void
FarCreate
(FarCreateArgs *args) {
131
fst::
FarCreate
<Arc>(args->in_fnames, args->out_fname, args->generate_keys,
136
void
FarCreate
(const vector<string> &in_fnames,
229
REGISTER_FST_OPERATION(
FarCreate
, ArcType, FarCreateArgs); \
Completed in 444 milliseconds