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

More questions in this forum