Searched defs:FarExtract (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h66 void FarExtract(const vector<string> &ifilenames, function in namespace:fst
95 LOG(ERROR) << "FarExtract: Cannot find key: " << key;
105 LOG(ERROR) << "FarExtract: Illegal range specification: " << key;
109 LOG(ERROR) << "FarExtract: Cannot find key: " << begin_key;
120 LOG(ERROR) << "FarExtract: Illegal range specification: " << key;
H A Dfarscript.h179 void FarExtract(FarExtractArgs *args) { function in namespace:fst::script
180 fst::FarExtract<Arc>(
185 void FarExtract(const vector<string> &ifilenames,
269 REGISTER_FST_OPERATION(FarExtract, ArcType, FarExtractArgs); \
/external/openfst/src/extensions/far/
H A Dfarscript.cc77 void FarExtract(const vector<string> &ifilenames, function in namespace:fst::script
89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);

Completed in 147 milliseconds