• 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…