mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat(MN): Move the activation function table to PSRAM
This commit is contained in:
parent
bccbd966cc
commit
1220797cd3
@ -278,6 +278,8 @@ void dl_tanh_q(const dl_matrix2dq_t *in, dl_matrix2dq_t *out);
|
||||
int dl_tanh_op_q(int v);
|
||||
int16_t dl_tanh_op_q8(int16_t v);
|
||||
|
||||
void load_mat_psram_mn4(void);
|
||||
void load_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.
@ -1 +1 @@
|
||||
cf03dda67d53d5a85d6f8c7ee0dcb05300fe31de
|
||||
28f316b399788cf931b1bc449fda53978e32ca2c
|
||||
Loading…
Reference in New Issue
Block a user