Hi, I'm using TIDL importer to import onnx models where
version = 09_00_00_02
SOC= AM69A
However, one of inference results seemed to have deviations between 32 bit and 8 bit model.

The 8-bit model output seemed to Clipped the output value to 0~6, while the 32 bit model didn't Clipped the output value to 0~6.
What might be the reason here?
Here's the visualized model (svg files) of float and fixed models.
Thanks!