Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/script/
Dcompile.h42 const bool nkeep; member
49 bool accep, bool ikeep, bool okeep, bool nkeep,
53 okeep(okeep), nkeep(nkeep), in istrm()
66 args->okeep, args->nkeep, in CompileFst()
86 bool accep, bool ikeep, bool okeep, bool nkeep,
Dcompile-impl.h58 bool okeep, bool nkeep, bool allow_negative_labels = false)
61 nstates_(0), keep_state_numbering_(nkeep),
/external/openfst/src/script/
Dcompile.cc30 bool accep, bool ikeep, bool okeep, bool nkeep, in CompileFst() argument
33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
/external/srec/tools/grxmlcompile/
Dfst-io.h215 bool okeep, bool nkeep) in FstReader() argument
218 nstates_(0), keep_state_numbering_(nkeep) { in FstReader()