We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am building a CNN where I want to reshape the output vector of a convolutional layer. For this task, the online documentation of CMSIS-NN suggests the "arm_reshape_s8" function. However, this function seems to be missing an argument where I define the target shape. Furthermore, when I dug into the implemented code I spotted that this function only performs a "memcpy". Is this a bug or I am misinterpreting the on-line documentation?
Ref: www.keil.com/.../group__Reshape.html
Best regards,
Miguel Costa