Hi, we experimented with the CMSIS-NN demo introduced here: [CMSIS-NN] Add Arm(R) Cortex(R)-M55 CPU and CMSIS-NN demo by grant-arm · Pull Request #11013 · apache/tvm · GitHub 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