ARM-software/CMSIS-NN

MVE Conv 1 x N does not handle all configurations

mansnils opened this issue · 1 comments

Some corner cases of conv 1_x_n falls into this condition:


This could then be handled by the generic conv function.

To give an example of a corner case that falls under this is a CONV2D with SAME padding and 1x4 stride.