OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FarCreate
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/extensions/far/
farcreate.cc
0
//
farcreate
.cc
59
s::
FarCreate
(in_fnames, out_fname, arc_type, FLAGS_generate_keys,
farscript.cc
53
void
FarCreate
(const vector<string> &in_fnames,
64
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
139
void
FarCreate
(FarCreateArgs *args) {
140
fst::
FarCreate
<Arc>(args->in_fnames, args->out_fname, args->generate_keys,
145
void
FarCreate
(const vector<string> &in_fnames,
267
REGISTER_FST_OPERATION(
FarCreate
, ArcType, FarCreateArgs); \
Completed in 195 milliseconds