Skip to content

Making the LUT table static

Javier Duarte requested to merge FixSlowActLUT into master

Created by: zhenbinwu

For the activation function, the initiation of LUT is taking too much CPU time during csim. To fix this issue, change the table to be a static varibles, which will remain in memory for the running lifetime. Also only call the initiation function by checking the table value, making the initiation function got called only once.

Merge request reports

Loading