Home
last modified time | relevance | path

Searched refs:allow_negative_labels (Results 1 – 13 of 13) sorted by relevance

/external/openfst/src/include/fst/script/
Dcompile.h43 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);
Dcompile-impl.h58 bool okeep, bool nkeep, bool allow_negative_labels = false)
62 allow_negative_labels_(allow_negative_labels) {
/external/openfst/src/include/fst/extensions/far/
Dfarscript.h57 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,
Dcompile-strings.h55 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/
Dverify.h32 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/
Dcompile.cc31 bool allow_negative_labels) { in CompileFst() argument
33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
/external/openfst/src/extensions/far/
Dfarscript.cc39 bool allow_negative_labels, in FarCompileStrings() argument
46 allow_negative_labels, file_list_input, in FarCompileStrings()
Dfarcompilestrings.cc37 DEFINE_bool(allow_negative_labels, false,
/external/openfst/src/bin/
Dfstcompile.cc34 DEFINE_bool(allow_negative_labels, false,
Dfstdraw.cc42 DEFINE_bool(allow_negative_labels, false,
Dfstprint.cc34 DEFINE_bool(allow_negative_labels, false,
Dfstrelabel.cc40 DEFINE_bool(allow_negative_labels, false,
Dfstsymbols.cc37 DEFINE_bool(allow_negative_labels, false,