Failed to run a quantized module on in8-version of Vanilla using UMA

Hello, I am trying to run a quantized tflite model on int8 version of Vanilla using UMA. I have added a Canonicalize pass to support the quantized operators. I think compilation and generating the output c code work well but running fails at the end. here is the main source code:

and here is the errors that I met

Does anyone know how to solve this problem?

@SamiraAhm, if you are trying to run a quantized model, see here:

The issue that I had here was that the output of the original model and runtime model on the Vanilla did not match. So I modified the calculation in Vanilla to make it right and then it worked well.