From ce0001538820d819bf965a24ffbb6f6e6269859c Mon Sep 17 00:00:00 2001 From: jvech Date: Fri, 26 Jul 2024 09:47:52 -0500 Subject: add: file_write() implemented things implemented: - CLI option --only-out added - CLI option --format works more intuitively - csv tsv and json output support --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 9523ab7..dbaae15 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,7 @@ #ifndef UTIL_ #define UTIL_ +#include #include struct Configs { @@ -16,6 +17,7 @@ struct Configs { char *file_format; char *in_filepath; char *out_filepath; + bool only_out; /* layer cfgs */ size_t network_size; size_t *neurons; -- cgit v1.2.3-70-g09d2