A TVM application need the following files.
This is the TVM runtime library. This a pre-compiled library for the RZV2M and RZV2MA BSP. It is included in the Renesas TVM repository.
The file that are generated using the tutorial scripts included in the repository.
Neural Network require preprocessing of the input images before an inference can be run. This can involve resize, crop, and format conversion to match the input source to the expected inference input. In addition inference do not process RGB pixels instead the images must be converted to float and normalized. These preprocessing operation will increase the total inference time when done on the CPU. The Renesas TVM provides DRP-AI binaries to accelerate this process.
The DRP-AI Preprocessing library must operate as follows
NOTE: This library is optional. It is provided to accelerate preprocessing.
This is the CPP Wrapper files that utilize the Preprocessor Binaries.
These files contain the application CPP API functions for loading and running the TVM.
...
...
...