From d45581c0b067b9526ce88ba9d3a1bd861f4ff7cc Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 24 Jul 2024 15:31:02 -0500 Subject: add: file_read() and format integraded on main program things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index a3ef908..9523ab7 100644 --- a/src/util.h +++ b/src/util.h @@ -13,6 +13,7 @@ struct Configs { char *weights_filepath; char *config_filepath; /* cli cfgs */ + char *file_format; char *in_filepath; char *out_filepath; /* layer cfgs */ -- cgit v1.2.3-70-g09d2