This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS-NN: arm_reshape_s8 functionality

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