feat(MN): Move the activation function table to PSRAM

This commit is contained in:
Wang Wang Wang 2021-10-22 19:01:25 +08:00
parent bccbd966cc
commit 1220797cd3
4 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -1 +1 @@
cf03dda67d53d5a85d6f8c7ee0dcb05300fe31de
28f316b399788cf931b1bc449fda53978e32ca2c