...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This document is for both uint8 and int16 format. |
Steps
Add
vnn_PreTableInit
in vnn_pre_process.h
...
Add omp option in Makefile.
...
Test result
The following figure shows the measured performance data after we made the modifications as mentioned in the above steps.
uint8
It took 0.05ms to create the table and 4.70ms to convert the table lookup.
...
int16
It took 0.05ms to create the table and 5.09ms to convert the table lookup.
...