Function arm_nn_is_convolve_1x1_fast

Function Documentation

static bool arm_nn_is_convolve_1x1_fast(const cmsis_nn_conv_params *conv_params)

Check if a 1x1 convolution qualifies for the fast (unit stride) path.

Note

Does not validate that the kernel is 1x1. Call arm_nn_is_convolve_1x1() first.

Parameters:
  • conv_params[in] Convolution parameters

Returns:

true if stride is 1x1, false otherwise.