Skip to content

Commit

Permalink
Make const
Browse files Browse the repository at this point in the history
  • Loading branch information
Aba committed Oct 31, 2023
1 parent 6f69af8 commit 8e4f5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define EXT_C
#endif

typedef struct {
typedef const struct {
const int32_t n, l, kw, coe, coe_tl, r_ll, h, w, ci, co, w_kw2, t, p, cm, cm_p0;
const int32_t w_bpt, w_bpt_p0, x_bpt, x_bpt_p0, o_bytes; // bytes per transfer
const int8_t is_bias, is_pool, is_flatten;
Expand Down

0 comments on commit 8e4f5a3

Please sign in to comment.