This commit is contained in:
Qiea
2024-11-10 21:15:37 +08:00
parent a477bd8606
commit fb74170c00
3 changed files with 53 additions and 49 deletions

View File

@@ -14,6 +14,10 @@ typedef struct {
float* array;
u32 maxlength;
u32 realength;
u8 layer;
u8 num_kernels;
} Model;