Searched defs:allow_negative_labels (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Dcompile.cc31 bool allow_negative_labels) {
33 accep, ikeep, okeep, nkeep, allow_negative_labels);
26 CompileFst(istream &istrm, const string &source, const string &dest, const string &fst_type, const string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels) argument
/external/openfst/src/include/fst/script/
H A Dcompile.h43 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);
/external/openfst/src/extensions/far/
H A Dfarscript.cc39 bool allow_negative_labels,
46 allow_negative_labels, file_list_input,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h55 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,
51 StringReader(istream &istrm, const string &source, EntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms = 0, Label unknown_label = kNoStateId) argument
141 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dfarscript.h57 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,
62 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument

Completed in 295 milliseconds