Skip to content

Commit 73d52ac

Browse files
dzakharJaccovG
authored andcommitted
Align lut structure interface with other public structures
1 parent 632c708 commit 73d52ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/mli_types.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ typedef struct _mli_tensor {
174174
typedef struct _mli_lut{
175175
mli_data_container data;
176176
mli_element_type type;
177-
int length;
178-
int in_frac_bits;
179-
int out_frac_bits;
180-
int input_offset;
181-
int output_offset;
177+
int32_t length;
178+
int32_t in_frac_bits;
179+
int32_t out_frac_bits;
180+
int32_t input_offset;
181+
int32_t output_offset;
182182
} mli_lut;
183183

184184

0 commit comments

Comments
 (0)