CMSIS-NN  
CMSIS NN Software Library
 
Loading...
Searching...
No Matches
arm_nn_conv1d_k5_packed_f32.c File Reference

Functions

void arm_nn_conv1d_k5_packed_f32 (const float32_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, const float32_t *__RESTRICT kernel_packed, const float32_t *__RESTRICT b, float32_t *__RESTRICT out, int32_t out_c, int32_t out_w)
 Specialized NHWC 1D convolution kernel for k=5 (float32, packed weights).