mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(MN&WN): Fix the bug of memory leak
This commit is contained in:
parent
c072245865
commit
c501baa3f3
@ -332,7 +332,8 @@ int16_t dl_tanh_op_q8(int16_t v);
|
||||
|
||||
void load_mat_psram_mn4(void);
|
||||
void load_mat_psram_mn3(void);
|
||||
|
||||
void free_mat_psram_mn4(void);
|
||||
void free_mat_psram_mn3(void);
|
||||
qtp_t dl_hard_sigmoid_op(qtp_t in, int exponent);
|
||||
qtp_t dl_hard_tanh_op(qtp_t in, int exponent);
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
50777c8ff3c976a344b80b514733bc5ce11f7aea
|
||||
0b92ff7435549f1ad3443e45f5d6816efa851a59
|
||||
Loading…
Reference in New Issue
Block a user