/external/openfst/src/include/fst/script/ |
compile.h | 43 const bool allow_negative_labels; member in struct:fst::script::FstCompileArgs 50 bool allow_negative_labels = false) : 54 allow_negative_labels(allow_negative_labels) { } 67 args->allow_negative_labels); 87 bool allow_negative_labels);
|
compile-impl.h | 53 // WARNING: use of 'allow_negative_labels = true' not recommended; may 58 bool okeep, bool nkeep, bool allow_negative_labels = false) 62 allow_negative_labels_(allow_negative_labels) {
|
/external/openfst/src/script/ |
compile.cc | 31 bool allow_negative_labels) { 33 accep, ikeep, okeep, nkeep, allow_negative_labels);
|
/external/openfst/src/include/fst/ |
verify.h | 32 bool Verify(const Fst<Arc> &fst, bool allow_negative_labels = false) { 65 if (!allow_negative_labels && arc.ilabel < 0) { 75 } else if (!allow_negative_labels && arc.olabel < 0) {
|
/external/openfst/src/include/fst/extensions/far/ |
farscript.h | 57 const bool allow_negative_labels; member in struct:fst::script::FarCompileStringsArgs 73 bool allow_negative_labels, 81 allow_negative_labels(allow_negative_labels), 92 args->allow_negative_labels, args->file_list_input, 109 bool allow_negative_labels,
|
compile-strings.h | 55 bool allow_negative_labels, 60 compiler_(token_type, syms, unknown_label, allow_negative_labels) { 152 bool allow_negative_labels, 193 opts.allow_negative = allow_negative_labels; 246 entry_type, token_type, allow_negative_labels,
|
/external/openfst/src/extensions/far/ |
farscript.cc | 39 bool allow_negative_labels, 46 allow_negative_labels, file_list_input,
|
farcompilestrings.cc | 37 DEFINE_bool(allow_negative_labels, false,
|
/external/openfst/src/bin/ |
fstcompile.cc | 34 DEFINE_bool(allow_negative_labels, false,
|
fstdraw.cc | 42 DEFINE_bool(allow_negative_labels, false,
|
fstprint.cc | 34 DEFINE_bool(allow_negative_labels, false,
|
fstrelabel.cc | 40 DEFINE_bool(allow_negative_labels, false,
|
fstsymbols.cc | 37 DEFINE_bool(allow_negative_labels, false,
|