Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dcfg-lexer.h174 GString *preprocess_output; member
216 …r *cfg_lexer_new(GlobalConfig *cfg, FILE *file, const gchar *filename, GString *preprocess_output);
H A Dcfg-lexer.c901 if (self->preprocess_output) in cfg_lexer_append_preprocessed_output()
902 g_string_append_printf(self->preprocess_output, "%s", token_text); in cfg_lexer_append_preprocessed_output()
1111 cfg_lexer_new(GlobalConfig *cfg, FILE *file, const gchar *filename, GString *preprocess_output) in cfg_lexer_new() argument
1118 self->preprocess_output = preprocess_output; in cfg_lexer_new()
H A Dcfg.c604 cfg_dump_processed_config(GString *preprocess_output, gchar *output_filename) in cfg_dump_processed_config() argument
610 fprintf(stdout, "%s", preprocess_output->str); in cfg_dump_processed_config()
622 fprintf(output_file, "%s", preprocess_output->str); in cfg_dump_processed_config()
/dports/math/py-keras/Keras-2.4.3/examples/
H A Dmnist_net2net.py88 def preprocess_output(y): function
93 y_train, y_test = map(preprocess_output, [y_train, y_test])