Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconId1f334
panelIcon:palm_tree:
panelIconText🌴
bgColor#E6FCFF

This document is for both uint8 and int16 format.

Steps

  1. Add vnn_PreTableInit in vnn_pre_process.h

...

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

...