Hi, I'm using both edge-AI and TIDL importer to compile onnx models.
I noticed that there are additional data_convert layers after the input data and before the outputs from models compiled by edge-AI.
When I try to modify data_convert to 0, the quantized-model inference failed.
What does these data_convert layers do in edge-AI?
Thanks!