Hi, we experimented with the CMSIS-NN demo introduced here: https://github.com/apache/tvm/pull/11013 Thanks a lot for enabling this!
It seems that parameters of your functions are unused in the case of the wrapped call to arm_convolve_wrapper_s8, namely filter_scale_ and input_scale.
Plus, according to the function signature they are int32 but they get a float array in the main function. I added an image of the main_0 function.
Could you explain the reason why these arguments exist? Thanks in advance!
@grant-arm @manupa-arm @ashutosh-arm @UlrikHjort @Khoi @MJKlaiberBosch @MJKlaiber