Home
last modified time | relevance | path

Searched refs:list_fsts (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/extensions/far/
Dfarscript.cc79 const bool list_fsts) { in FarInfo() argument
80 FarInfoArgs args(filenames, begin_key, end_key, list_fsts); in FarInfo()
Dfarinfo.cc31 DEFINE_bool(list_fsts, false, "Display FST information for each key");
/external/openfst/src/include/fst/extensions/far/
Dinfo.h53 const string &end_key, const bool list_fsts) { in FarInfo() argument
60 vector<KeyInfo> *infos = list_fsts ? new vector<KeyInfo>() : 0; in FarInfo()
Dfarscript.h174 const bool list_fsts);