Searched refs:allow_negative_labels (Results 1 – 13 of 13) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | compile.h | 43 const bool allow_negative_labels; member 50 bool allow_negative_labels = false) : 54 allow_negative_labels(allow_negative_labels) { } in istrm() 67 args->allow_negative_labels); in CompileFst() 87 bool allow_negative_labels);
|
D | compile-impl.h | 58 bool okeep, bool nkeep, bool allow_negative_labels = false) 62 allow_negative_labels_(allow_negative_labels) {
|
/external/openfst/src/include/fst/extensions/far/ |
D | farscript.h | 57 const bool allow_negative_labels; member 73 bool allow_negative_labels, in FarCompileStringsArgs() 81 allow_negative_labels(allow_negative_labels), in FarCompileStringsArgs() 92 args->allow_negative_labels, args->file_list_input, in FarCompileStrings() 109 bool allow_negative_labels,
|
D | compile-strings.h | 55 bool allow_negative_labels, 60 compiler_(token_type, syms, unknown_label, allow_negative_labels) { 152 bool allow_negative_labels, in FarCompileStrings() argument 193 opts.allow_negative = allow_negative_labels; in FarCompileStrings() 246 entry_type, token_type, allow_negative_labels, in FarCompileStrings()
|
/external/openfst/src/include/fst/ |
D | 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/script/ |
D | compile.cc | 31 bool allow_negative_labels) { in CompileFst() argument 33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
|
/external/openfst/src/extensions/far/ |
D | farscript.cc | 39 bool allow_negative_labels, in FarCompileStrings() argument 46 allow_negative_labels, file_list_input, in FarCompileStrings()
|
D | farcompilestrings.cc | 37 DEFINE_bool(allow_negative_labels, false,
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 34 DEFINE_bool(allow_negative_labels, false,
|
D | fstdraw.cc | 42 DEFINE_bool(allow_negative_labels, false,
|
D | fstprint.cc | 34 DEFINE_bool(allow_negative_labels, false,
|
D | fstrelabel.cc | 40 DEFINE_bool(allow_negative_labels, false,
|
D | fstsymbols.cc | 37 DEFINE_bool(allow_negative_labels, false,
|